Skip to main content



EngineValues Functions

EngineValues FunctionDescription
EvalReturns the value of evaluating the specified value as an expression.
GetAttributeReturns the attribute value for an element as specified by the engine attribute for it.
GetDefaultReturns the default value of the element.
GetElementIdReturns the element id of the element.
GetEntityIdReturns the EntitiyID for the element.
GetEntityNameReturns the name of the entity.
GetIndexReturns the current index of a collection member in its parent collection. If it exists in multiple collections, only its index in the first authored collection is returned.
GetNameReturns the name of the element.
GetXPathReturns xpath of the element.
InvokeEntityMethodReturns the value (if any) of an instance method call on (an defined by) an entity.
IsInvalidReturns true if the element is invalid.
IsValidReturns true if the element is valid.
SafeReturns the value of the supplied expression or returns the default value if the expression produces an error.