Click or drag to resize
SettingsGroupViewerControlGetKeys Method
Returns settings keys for given category, optionally filtered by site or search text.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
protected IEnumerable<SettingsKeyInfo> GetKeys(
	int categoryID
)

Parameters

categoryID
Type: SystemInt32
Settings category ID

Return Value

Type: IEnumerableSettingsKeyInfo
See Also