Click or drag to resize
MacroExpressionToString Method (Boolean)
Returns string representation of this MacroExpression.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public string ToString(
	bool debugMode
)

Parameters

debugMode
Type: SystemBoolean
If true, debug mode is on

Return Value

Type: String
See Also