???ReportClient.GetDatabaseName Method
Click or drag to resize
ReportClientGetDatabaseName Method
Get database name for a specified database identified by the URI.

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

Parameters

userURI
Type:??SystemString
The user URI.
dbId
Type:??SystemInt64
The ID of the database.
config
Type:??System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type:??String
Database name
See Also