MacroProcessor RemoveParameter Method (String, String, String )Kentico 8.0 API Reference
Removes parameter with given name from macro expression (expression should be without brackets {%%}).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

expression
Type: OnlineSystem String
Macro expression without the type brackets
name
Type: OnlineSystem String
Name of the parameter to remove
value
Type: OnlineSystem String 
Value of the removed parameter will be passed here

Return Value

Type: OnlineString
See Also