Click or drag to resize
MacroProcessor.RemoveParameter Method (String, String)
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.2.23
Syntax
C#
public static string RemoveParameter(
	string expression,
	string name
)

Parameters

expression
Type: System.String
Macro expression without the type brackets
name
Type: System.String
Name of the parameter to remove

Return Value

Type: String
See Also