Back to product page

Visibility property


Determines when virtual folder is visible.

Type

A Visibilities enumeration.

Syntax

  • Basic
object.Visibility [= value]
The Visibility(object,value) syntax has these parts:
objectAn expression evaluating to an object of type VirtualFolder.
valueA Visibilities enumeration, as described in remarks.

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 '*'.

Members

Constant Value Description
AlwaysVisible0 NoAnyRecursion
NoSelfRecursion 1 Same virtual folder cannot be shown twice in relative path.
NoAnyRecursion2 Not any two virtual folders can be shown in same relative path.

Platforms

Windows