Click or drag to resize
MacroExpressionParseAll Method
Parses the whole expression tree.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected MacroExpression ParseAll(
	bool supressError
)

Parameters

supressError
Type: SystemBoolean
If true no exceptions are thrown

Return Value

Type: MacroExpression
See Also