Click or drag to resize
SettingsGroupViewerControlGetCategoryPanel Method
Gets CategoryPanel instance for the input settings group.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
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: CategoryPanel
See Also