MacroProcessor.BuildMacroParameter Method (String, String) |
Builds the macro parameter.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntaxpublic static string BuildMacroParameter(
string name,
string value
)
Parameters
- name
- Type: System.String
Parameter name - value
- Type: System.String
Parameter value
Return Value
Type:
String
See Also