Click or drag to resize
MacroProcessingContextGetWholeMacroExpression Method
Returns the whole version of the expression created by concatenation of the parameters. The result is for example this: {(0)%test%(0)}.

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

Return Value

Type: String
See Also