Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
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:
The Visibility(object,value) syntax has these parts:
object | An expression evaluating to an object of type VirtualFolder. |
value | A 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 |
---|---|---|
AlwaysVisible | 0 | NoAnyRecursion |
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. |