| SettingsHelperSetConfigValue Method | 
            Sets or adds the specified key to the AppSettings section for web application.
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool SetConfigValue(
	string key,
	string value
)
Parameters
- key
- Type: SystemString
 Settings key
- value
- Type: SystemString
 Settings value
Return Value
Type: 
Boolean See Also
See Also