ReportClientGetURI Method (String, String) |
Gets the workspace URI.
Namespace:
ZReports
Assembly:
ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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:
StringWorkspace URI.
See Also