Click or drag to resize
MfuAdditionalParameterEventArgs.AddParameter Method
Adds a parameter to the collection Fails if parameter is already in the collection

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public bool AddParameter(
	string parameterName,
	string value
)

Parameters

parameterName
Type: System.String
Key identifying the parameter
value
Type: System.String
Vylue of teh parameter

Return Value

Type: Boolean
True if adding was successful, false otherwise
See Also