| 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: 10.0.0
 Syntax
Syntaxprotected void CheckSyntax(
	string originalExpression
)
Parameters
- originalExpression
- Type: SystemString
 Expression which was parsed
 See Also
See Also