Skip to main content

PseudoUserResolutionMode

Pseudo-user resolution mode enumeration. NOTE: These values must equal those defined in ACLHelper\ACEConstants.h

NameDescriptionValue
PSEUDO_USER_RESOLUTION_MODE_NONENo pseudo-user resolution.0
PSEUDO_USER_RESOLUTION_MODE_PROPERTY_DEFPseudo-user property is resolved as (indirect) property definition references.1
PSEUDO_USER_RESOLUTION_MODE_WORKFLOW_STATEState-based pseudo-user is resolved as a workflow state 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.PseudoUserResolutionMode.<value>.

Example:

const value =
MFiles.VaultEnums.PseudoUserResolutionMode.PSEUDO_USER_RESOLUTION_MODE_NONE;

See also: MFiles Global Object