???ReportClient.GetCopyDBKey Method
Click or drag to resize
ReportClientGetCopyDBKey Method
Gets the copy database key.

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetCopyDBKey(
	string dbURI,
	Dictionary<string, string> config
)

Parameters

dbURI
Type:??SystemString
The database URI.
config
Type:??System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type:??String
DB key
See Also