Click or drag to resize

ReportClientGetDatabaseName Method

Get workspace name for a specified workspace identified by the URI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.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 workspace.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: String
Workspace name.
See Also