| MacroElementParseExpression Method (String, Boolean) | 
            Parses the expression.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static List<MacroElement> ParseExpression(
	string expression,
	bool supressError
)
Parameters
- expression
- Type: SystemString
 Expression to parse
- supressError
- Type: SystemBoolean
 If true no exceptions are thrown
Return Value
Type: 
ListMacroElement See Also
See Also