MacroProcessorBuildMacroParameter Method (String, String) |
Builds the macro parameter.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax public static string BuildMacroParameter(
string name,
string value
)
Parameters
- name
- Type: SystemString
Parameter name - value
- Type: SystemString
Parameter value
Return Value
Type:
StringSee Also