| SettingsHelperRemoveConfigValue Method | 
            Remove the specified key from the AppSettings section for web application.
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool RemoveConfigValue(
	string key
)
Parameters
- key
- Type: SystemString
 Settings key
Return Value
Type: 
Boolean See Also
See Also