ExpressionType EnumerationKentico 8.0 API Reference
Expression type.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members

  Member nameValueDescription
Unparsed0 Unparsed.
MethodCall1 Standalone method call, typically in format Something(...).
DataMember2 Data member (simple identifier), typically in format ABC.
Value3 Specific value (any type), typically in format 0.5 or "something".
Empty4 Empty command.
Property5 Property of result, typically in format ABC.Something.
SubExpression6 Subexpression defined by parenthesis, typically in format (Something + SomethingElse) > XXX
ParameterValue7 Parameter value (backward compatibility).
Block8 Block of expressions
Command9 Special command (break, continue, ...)
See Also