ReferenceTreeSimplePlaceholder Enumeration
The Simple Placeholder - Available Triggers that can perform
logical actions against an object in order to retrieve a string value.
These Items Do Not Modify the Base Context Object.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public enum SimplePlaceholder
UNINITIALIZED |
0 |
Default UNINITIALIZED Value.
|
TIMESTAMP |
1 |
Returns the Display Value or the Property in the Triggering Object.
Usage Sample: This Object was most recently edited at %TIMESTAMP%.
Returns the Last Modified Display Value.
|
LASTMODIFIEDBY |
2 |
Returns the Display Value or the Property in the Triggering Object.
Usage Sample: This Object was most recently edited by %LASTMODIFIEDBY%.
Returns the Last Modified By Display Value.
|
OBJTYPE |
3 |
Returns the Object Type Name of the Triggering Object
|
OBJTYPEID |
4 |
Allows for the dynamic resolution of the current object's ObjType ID.
|
OBJID |
5 |
Returns an ObjID String: Sample = "(0-1)"
|
ID |
6 |
Returns an int ID of the object
|
OBJVER |
7 |
Returns the ObjVerEx.ToString() Value. Sample = "(0-1-6)"
|
OBJTITLE |
8 |
Returns the Object Title of the Triggering Object
|
FILENAMES |
9 |
Returns an aggregated Filename List for the files contained within an object.
Usage Sample: This Object has the following files %FILENAMES%.
Returns semicolon delimited filename list.
|
MFILESURL |
10 |
Returns the MF-SHOW Desktop URL for an Object.
|
MFILESURL_SHOW |
11 |
Returns the MF-SHOW Desktop URL for an Object.
|
MFILESURL_OPEN |
12 |
Returns the MF-OPEN Desktop URL for an Object.
|
MFILESURL_VIEW |
13 |
Returns the MF-VIEW Desktop URL for an Object.
|
MFILESURL_EDIT |
14 |
Returns the MF-EDIT Desktop URL for an Object.
|
MFILESURL_SHOWMETADATA |
15 |
Returns the MF-SHOWMETADATA Desktop URL for an Object.
|
MFILESURLTOVERSION_SHOW |
16 |
Returns the MF-SHOW Desktop URL (Version Specific) for an Object.
|
MFILESURLTOVERSION_OPEN |
17 |
Returns the MF-OPEN Desktop URL (Version Specific) for an Object.
|
MFILESURLTOVERSION_VIEW |
18 |
Returns the MF-VIEW Desktop URL (Version Specific) for an Object.
|
MFILESURLTOVERSION_EDIT |
19 |
Returns the MF-EDIT Desktop URL (Version Specific) for an Object.
|
MFILESURLTOVERSION_SHOWMETADATA |
20 |
Returns the MF-SHOWMETADATA Desktop URL (Version Specific) for an Object.
|
VAULTNAME |
21 |
Returns the Name of the Vault
|
VAULTGUID |
22 |
Returns the GUID of the Vault
|