FileIDType
File id type.
| Name | Description | Value |
|---|---|---|
| FILE_IDTYPE_UNINITIALIZED | The file id has not been initialized. | 0 |
| FILE_IDTYPE_ALL | File id represents all files of the object. | 1 |
| FILE_IDTYPE_ANY | File id represents any file of the object. | 2 |
| FILE_IDTYPE_SPECIFIC | File id represents a specific file. | 3 |
Runtime Access
This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.FileIDType.<value>.
Example:
const value = MFiles.VaultEnums.FileIDType.FILE_IDTYPE_UNINITIALIZED;
See also: MFiles Global Object