Click or drag to resize
MacroMethodParamAsExpression Property
If true, the parameter is passed to the method as expression (MacroExpression object), not evaluated.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public bool AsExpression { get; set; }

Property Value

Type: Boolean

Implements

IMacroMethodParamAsExpression
See Also