| MacroProcessorRemoveParameter Method (String, 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
Syntaxpublic static string RemoveParameter(
	string expression,
	string name,
	out string value
)
Parameters
- expression
- Type: SystemString
 Macro expression without the type brackets
- name
- Type: SystemString
 Name of the parameter to remove
- value
- Type: SystemString
 Value of the removed parameter will be passed here
Return Value
Type: 
String See Also
See Also