Overload List
| Name | Description | |
|---|---|---|
| GetSettingsKeyInfo(Int32) | 
            Returns the settings key with specified ID.
              | |
| GetSettingsKeyInfo(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).
              | |
| GetSettingsKeyInfo(String, SiteInfoIdentifier) | 
            Returns the settings key info for key with the specified name.
              | 
See Also