SettingsGroupViewerControlGetCategoryPanel Method |
Gets CategoryPanel instance for the input settings group.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected CategoryPanel GetCategoryPanel(
SettingsCategoryInfo group,
int groupNo
)
Parameters
- group
- Type: CMS.DataEngineSettingsCategoryInfo
SettingsCategoryInfo instance representing settings group - groupNo
- Type: SystemInt32
Number representing index of the processing settings group
Return Value
Type:
CategoryPanelSee Also