MfuAdditionalParameterEventArgsAddParameter Method |
Adds a parameter to the collection
Fails if parameter is already in the collection
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
BooleanTrue if adding was successful, false otherwise
See Also