ReferenceTreePropertyReference Enumeration
The Simple Reference - Available Triggers that can perform a logical actions against an
object in order to retrieve an object or lookup reference.
These Items Modify the Base Context Object.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public enum PropertyReference
UNINITIALIZED |
0 |
Default UNINITIALIZED Value.
|
PROPERTY |
1 |
Returns the Display Value or the Property in the Triggering Object.
Usage Sample: This Object just is in state %PROPERTY_39%.
Returns the workflow state for the current object.
|
OLDPROPERTY |
2 |
Returns the Display Value or the Property in the Triggering Objects Previous Version.
Usage Sample: This Object just existed state %OLDPROPERTY_39%.
Returns the workflow state for the version just before the current one.
|