Click or drag to resize
SettingsHelperRemoveConnectionString Method
Removes connection string from web.config.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static bool RemoveConnectionString(
	string name
)

Parameters

name
Type: SystemString
Name of the connection string

Return Value

Type: Boolean
Returns true if removing was successful
See Also