SettingsKeyInfoProvider GetSettingsKeyInfo Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberGetSettingsKeyInfo(Int32)
Returns the settings key with specified ID.
Public methodStatic memberGetSettingsKeyInfo(SettingsKeyName)
Returns the settings key info for key with the specified name. The name can be either KeyName (for global settings) or SiteName.KeyName (for local settings).
Public methodStatic memberGetSettingsKeyInfo(String, SiteInfoIdentifier)
Returns the settings key info for key with the specified name.
Back to Top
See Also