SettingsHelperRemoveConnectionString Method |
Removes connection string from web.config.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public 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