Click or drag to resize
MacroExpressionCheckSyntax Method
Checks the syntactic tree of parsed expression if everything is OK and ready for correct evaluation.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected void CheckSyntax(
	string originalExpression
)

Parameters

originalExpression
Type: SystemString
Expression which was parsed
See Also