SettingsGroupViewerControlGetGroups Method |
If search text is valid, returns all setting groups. If not, returns all child groups of the specified category.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected IEnumerable<SettingsCategoryInfo> GetGroups(
string categoryName
)
Parameters
- categoryName
- Type: SystemString
Name of the parent setting category
Return Value
Type:
IEnumerableSettingsCategoryInfoSee Also