SettingsGroupViewerControlGetLabel Method |
Gets Label instance for the input SettingsKeyInfo object.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax 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:
LabelSee Also