Click or drag to resize
MfuAdditionalParameterEventArgsAddParameter 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: SystemString
Key identifying the parameter
value
Type: SystemString
Vylue of teh parameter

Return Value

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