| SettingsKeyInfoProviderGetValue Method (SettingsKeyName) | 
            Returns value of the specified key from the database or "" if not found.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntaxpublic static string GetValue(
	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: 
StringReturns "" if the key does not exist
Remarks
See Also