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