FileBrowseOptions Enumeration
In This Topic
Options for file browsing
Syntax
Members
| Member | Value | Description |
| BrowseDirectories | 2 |
Browse for directories.
|
| BrowseFiles | 1 |
Browse for files.
|
| None | 0 |
No options specified
|
| SetFullName | 8 |
If specified, the FullName is explicitly set for top-level directories. If not set,
the FullName is not returned but can be calculated using the ParentDirectory.
|
| SubdirsOnly | 4 |
If specified, the results do not include the requested root, but only the subdirectories. If not specified,
the results collection contains one item, which is a DirectoryInfo representing the root.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.FileBrowseOptions
See Also