MacroExpressionCheckSyntax Method |
Checks the syntactic tree of parsed expression if everything is OK and ready for correct evaluation.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax protected void CheckSyntax(
string originalExpression
)
Parameters
- originalExpression
- Type: SystemString
Expression which was parsed
See Also