Skip to main content

IndirectPropertyIDLevelType

Indirect property ID level type enumeration.

NameDescriptionValue
INDIRECT_PROPERTY_IDLEVEL_TYPE_PROPERTY_DEFProperty def.0
INDIRECT_PROPERTY_IDLEVEL_TYPE_OBJECT_TYPEObject type.1
INDIRECT_PROPERTY_IDLEVEL_TYPE_WORKFLOW_STATEState changer.2

Runtime Access

This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.IndirectPropertyIDLevelType.<value>.

Example:

const value =
MFiles.VaultEnums.IndirectPropertyIDLevelType
.INDIRECT_PROPERTY_IDLEVEL_TYPE_PROPERTY_DEF;

See also: MFiles Global Object