ObjectVersionDataRequestIdentityType
Identity type enumeration for object version data request. Specifices how objects with changed identities are handled.
| Name | Description | Value |
|---|---|---|
| OBJECT_VERSION_DATA_REQUEST_IDENTITY_TYPE_SPECIFIC | Returned object IDs are same as in request. | 0 |
| OBJECT_VERSION_DATA_REQUEST_IDENTITY_TYPE_MANAGED_IF_AVAILABLE | Objects managed identity is returned, if it is available, even though the specified identity was unmanaged. | 1 |
Runtime Access
This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.ObjectVersionDataRequestIdentityType.<value>.
Example:
const value =
MFiles.VaultEnums.ObjectVersionDataRequestIdentityType
.OBJECT_VERSION_DATA_REQUEST_IDENTITY_TYPE_SPECIFIC;
See also: MFiles Global Object