FolderType
Folder type enumeration.
| Name | Description | Value |
|---|---|---|
| FOLDER_TYPE_UNKNOWN | Unknown. | 0 |
| FOLDER_TYPE_ANY_FOLDER | Any folder. | 1 |
| FOLDER_TYPE_VIEW_FOLDER | View folder. | 2 |
| FOLDER_TYPE_PROPERTY_FOLDER | Property (virtual) folder. | 3 |
| FOLDER_TYPE_TRADITIONAL_FOLDER | Traditional folder. | 4 |
| FOLDER_TYPE_SEARCH_FOLDER | Search folder (extended view folder). | 5 |
| FOLDER_TYPE_EXTERNAL_VIEW_FOLDER | External view folder. | 6 |
Runtime Access
This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.FolderType.<value>.
Example:
const value = MFiles.VaultEnums.FolderType.FOLDER_TYPE_UNKNOWN;
See also: MFiles Global Object