Click or drag to resize
CMSConnectionStringsGetFromSettings Method
Attempts to get the connection string using the given list of keys.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected ConnectionStringSettings GetFromSettings(
	string[] keys
)

Parameters

keys
Type: SystemString
List of keys to search

Return Value

Type: ConnectionStringSettings
See Also