M-Files Vault Application Framework
C#
Show/Hide TOC
Simple
Object
To
Text
Placeholder
Base
Get
Object
Text Method
Expands an object to a text value.
Definition
Namespace:
MFiles.VAF.Placeholders.Commands
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
abstract
string
GetObjectText
(
ObjVerEx
objVerEx
)
Parameters
objVerEx
ObjVerEx
The object to expand.
Return Value
String
Returns the object's text
See Also
Reference
SimpleObjectToTextPlaceholderBase Class
MFiles.VAF.Placeholders.Commands Namespace
In This Article
Definition
Parameters
Return Value
See Also