SettingsKeyInfoProvider GetSettingsKeys Method (Int32, SiteInfoIdentifier)Kentico 8.0 API Reference
Returns a DataSet with all the keys for given site and category sorted by KeyDisplayName. If site is not specified, only the global settings are loaded.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

categoryId
Type: OnlineSystem Int32
Settings category ID
siteIdentifier (Optional)
Type: CMS.DataEngine SiteInfoIdentifier
Site identifier (site ID or site name), see SiteInfoIdentifier and InfoIdentifier for more information

Return Value

Type: ObjectQuery SettingsKeyInfo 
See Also