Click or drag to resize
CMSConnectionStringsSetConnectionString Method
Sets the specific connection string to a new value

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public void SetConnectionString(
	string name,
	string connectionString
)

Parameters

name
Type: SystemString
Connection string name
connectionString
Type: SystemString
Connection string value
See Also