MfuAdditionalParameterEventArgsHasParam Method |
Indicates whether given parameter is already specified.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public bool HasParam(
string parameterName
)
Parameters
- parameterName
- Type: SystemString
Name of the parameter
Return Value
Type:
BooleanTrue if already specified, false otherwise
See Also