MacroProcessorRemoveParameter Method (String, String) |
Removes parameter with given name from macro expression (expression should be without brackets {%%}).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax public static string RemoveParameter(
string expression,
string name
)
Parameters
- expression
- Type: SystemString
Macro expression without the type brackets - name
- Type: SystemString
Name of the parameter to remove
Return Value
Type:
StringSee Also