ObjVerVersionType
Indirect property ID level type enumeration.
| Name | Description | Value |
|---|---|---|
| OBJ_VER_VERSION_TYPE_UNINITIALIZED | The version has not been initialized. | 0 |
| OBJ_VER_VERSION_TYPE_LATEST | The version represents the latest version. | 1 |
| OBJ_VER_VERSION_TYPE_ANY | The version represents the any version. | 2 |
| OBJ_VER_VERSION_TYPE_ALL | The version represents the all versions. | 3 |
| OBJ_VER_VERSION_TYPE_SPECIFIC | The version is a reference to a specific version | 4 |
| OBJ_VER_VERSION_TYPE_VALUE_LIST_ITEM | The version represents value list item. (Which actually don't have any version information.) | 6 |
| OBJ_VER_VERSION_TYPE_OBJECT_LEVEL_REFERENCE | The version is with objid to refer to object level inside M-Files Server. | 7 |
Runtime Access
This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.ObjVerVersionType.<value>.
Example:
const value =
MFiles.VaultEnums.ObjVerVersionType.OBJ_VER_VERSION_TYPE_UNINITIALIZED;
See also: MFiles Global Object