Click or drag to resize
MacroProcessorRemoveParameter 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: 9.0.0
Syntax
C#
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: String
See Also