Click or drag to resize

ReportClientGetURI Method (String, String)

Gets the workspace URI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetURI(
	string dbOwnerEmailId,
	string dbName
)

Parameters

dbOwnerEmailId
Type: SystemString
The workspace owner email identifier.
dbName
Type: SystemString
Name of the workspace.

Return Value

Type: String
Workspace URI.
See Also