SettingsKeyInfoProviderGetSettingsKeyInfo Method (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).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public static SettingsKeyInfo GetSettingsKeyInfo(
SettingsKeyName keyName
)
Parameters
- keyName
- Type: CMS.DataEngineSettingsKeyName
Key name in format "[site name].[key name]" for site setting or "[key name]" for global setting, see SettingsKeyName for more information
Return Value
Type:
SettingsKeyInfoSee Also