Click or drag to resize
MacroProcessorBuildMacroParameter Method
Builds the macro parameter.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static string BuildMacroParameter(
	string name,
	string value
)

Parameters

name
Type: SystemString
Parameter name
value
Type: SystemString
Parameter value

Return Value

Type: String
See Also