Description
-
Holds virtual folder name.
Property type
-
A String value.
Syntax
-
object.Name [= value]
The Name Property syntax has these parts:
| object |
An expression
evaluating to an object of type VirtualFolder. |
| value |
A String value. |
Remarks
-
Name property holds name of the virtual folder, as seen
by the user. It should contain no '/' or
'\' characters. It will appear only in folder
specified in RelativePath
property, and will point to location on your file system as
defined in ResolvedPath
property.
|