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
IsDbExist Method
Check weather the database is exist or not
Namespace:
ZReports
Assembly:
ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
bool
IsDbExist
(
string
userURI
,
string
dbName
,
Dictionary
<
string
,
string
>
config
)
Parameters
userURI
Type:
System
String
The user URI
dbName
Type:
System
String
The database name
config
Type:
System.Collections.Generic
Dictionary
String
,
String
The config can contain additional params. can be null.
Return Value
Type:
Boolean
boolean value
See Also
Reference
ReportClient Class
ZReports Namespace