Represents the type of a virtualized filesystem object.

C# | Visual Basic | Managed C++ |
[FlagsAttribute] public enum FilesystemObjectType
<FlagsAttribute> _ Public Enumeration FilesystemObjectType
[FlagsAttribute] public enum class FilesystemObjectType

Member | Description |
---|---|
File |
The object is a file
|
Folder |
The object is a folder
|