SettingsGroupViewerControlGetKeys Method |
Returns settings keys for given category, optionally filtered by site or search text.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected IEnumerable<SettingsKeyInfo> GetKeys(
int categoryID
)
Parameters
- categoryID
- Type: SystemInt32
Settings category ID
Return Value
Type:
IEnumerableSettingsKeyInfoSee Also