| SettingsHelperRemoveConnectionString Method | 
            Removes connection string from web.config.
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool RemoveConnectionString(
	string name
)
Parameters
- name
- Type: SystemString
 Name of the connection string
Return Value
Type: 
BooleanReturns true if removing was successful
 See Also
See Also