Click or drag to resize
MacroProcessorEncodeMacro Method
Encodes macro to prevent its resolving.

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

Parameters

macro
Type: SystemString
Macro definition

Return Value

Type: String
See Also