Click or drag to resize
SettingsGroupViewerControlGetLabel Method
Gets Label instance for the input SettingsKeyInfo object.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
protected Label GetLabel(
	SettingsKeyInfo settingsKey,
	Control inputControl,
	int groupNo,
	int keyNo
)

Parameters

settingsKey
Type: CMS.DataEngineSettingsKeyInfo
SettingsKeyInfo instance
inputControl
Type: System.Web.UIControl
Input control associated to the label
groupNo
Type: SystemInt32
Number representing index of the processing settings group
keyNo
Type: SystemInt32
Number representing index of the processing SettingsKeyInfo

Return Value

Type: Label
See Also