SettingsGroupViewerControl.GetCategoryPanel Method |
Gets CategoryPanel instance for the input settings group.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntaxprotected CategoryPanel GetCategoryPanel(
SettingsCategoryInfo group,
int groupNo
)
Parameters
- group
- Type: CMS.DataEngine.SettingsCategoryInfo
SettingsCategoryInfo instance representing settings group - groupNo
- Type: System.Int32
Number representing index of the processing settings group
Return Value
Type:
CategoryPanel
See Also