Click or drag to resize
SettingsGroupViewerControlGetGroups Method
If search text is valid, returns all setting groups. If not, returns all child groups of the specified category.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
protected IEnumerable<SettingsCategoryInfo> GetGroups(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Name of the parent setting category

Return Value

Type: IEnumerableSettingsCategoryInfo
See Also