Click or drag to resize
DatabaseSeparationHelperCheckCMDatabase Method
Checks if database is installed with contact management tables.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static bool CheckCMDatabase(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string to database

Return Value

Type: Boolean
Returns true if database contains contact management tables
See Also