FileEntityKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the type of FileEntity.
public enum class FileEntityKind
public enum FileEntityKind
type FileEntityKind =
Public Enum FileEntityKind
- Inheritance
-
FileEntityKind
Fields
Name | Value | Description |
---|---|---|
File | 0 | Defines that the entry is a file on the file system. |
Folder | 1 | Defines that the entry is a folder on the file system. |