Description
-
Determines when virtual folder is visible.
Property type
-
A Visibilities
enumeration.
Syntax
-
object.Visibility [= value]
The Visibility Property syntax has these parts:
| object |
An expression
evaluating to an object of type VirtualFolder. |
| value |
A Visibilities
enumeration, as described in settings. |
Settings
-
The settings for value are:
 |
AlwaysVisible |
0 |
Virtual folder is always
visible. |
 |
NoSelfRecursion |
1 |
Same virtual folder cannot
be shown twice in relative path. |
 |
NoAnyRecursion |
2 |
Not any two virtual
folders can be shown in same relative path. |
Remarks
-
Visibility property defines if Virtual Folder is allowed
to exist twice in user's path, or if it can exist
together with any other Virtual Folder. This property is
used to prevent unlimited deep directory levels in a form
of
/VirtualDir1/VirtualDir1/VirtualDir1/..../
when VirtualFolder.RelativePath
contains wildcards, such as '*'.
|