Skip to main content

IndirectPropertyIDLevelRef

Indirect property ID level reference.

NameDescriptionType
typeReference type selector.IndirectPropertyIDLevelType
idID. Semantics depend on the type selector. For eipidltPropertyDef, this is the ID of a property definition. For eipidltObjectType, this is the ID of an object type. For eipidltStateChanger, this is the ID of a workflow state (a state ID uniquely identifies the state, states of different workflows always have different IDs).number
reference_directionReference direction. Either From (Forward) or To (Reverse).ReferenceDirection
to_object_typeThe object type whose objects establish the To direction. Ignored if the reference direction is From.number

Example

{
"type": 2 /* Enum: IndirectPropertyIDLevelType */,
"id": 0,
"reference_direction": 1 /* Enum: ReferenceDirection */,
"to_object_type": 0
}