API Documentation
API Documentation
ZReports
ReportClient Class
ReportClient Methods
ActivateUser Method
AddColumn Method
AddDbOwner Method
AddLookup Method
AddRow Method
AddUser Method
AutoGenReports Method
CopyDatabase Method
CopyFormula Method
CopyReports Method
CreateSimilarViews Method
CreateTable Method
DeActivateUser Method
DeleteColumn Method
DeleteData Method
DeleteDatabase Method
DisableDomainDB Method
EnableDomainDB Method
ExportData Method
ExportDataAsCSV Method
ExportDataAsDictionary Method
ExportDataAsJson Method
ExportDataUsingSQL Method
GetCopyDBKey Method
GetDatabaseMetaData Method
GetDatabaseName Method
GetEmbedURL Method
GetPlanInfo Method
GetShareInfo Method
GetURI Method
GetUsers Method
GetViewName Method
GetViewUrl Method
HideColumn Method
ImportData Method
IsDbExist Method
RemoveDbOwner Method
RemoveLookup Method
RemoveShare Method
RemoveUser Method
RenameColumn Method
RenameView Method
SetWebProxy Method
ShareView Method
ShowColumn Method
UpdateData Method
ReportClient
GetDatabaseName 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#
Copy
public
string
GetDatabaseName
(
string
userURI
,
long
dbId
,
Dictionary
<
string
,
string
>
config
)
Parameters
userURI
Type:
System
String
The user URI.
dbId
Type:
System
Int64
The ID of the database.
config
Type:
System.Collections.Generic
Dictionary
String
,
String
The config can contain additional params. can be null.
Return Value
Type:
String
Database name
See Also
Reference
ReportClient Class
ZReports Namespace