Click or drag to resize
MfuAdditionalParameterEventArgsHasParam Method
Indicates whether given parameter is already specified.

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

Parameters

parameterName
Type: SystemString
Name of the parameter

Return Value

Type: Boolean
True if already specified, false otherwise
See Also