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.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic enum PropertyReference
Public Enumeration PropertyReference
public enum class PropertyReference
Members
| Member name | Value | Description |
---|
| 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.
|
See Also