Click or drag to resize

ReportClientMyWorkspaceList Method

Returns the list of all owned workspaces present in the zoho analytics account identified by the URI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string MyWorkspaceList(
	string userURI,
	Dictionary<string, string> config
)

Parameters

userURI
Type: SystemString
The user URI.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain any additional params. can be null.

Return Value

Type: String
List of owned workspaces.
See Also