Click or drag to resize

AnalyticsClientGetWorkspaces Method

Returns list of all accessible workspaces.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public Dictionary<string, List<Dictionary<string, Object>>> GetWorkspaces()

Return Value

Type: DictionaryString, ListDictionaryString, Object
All workspaces list.
See Also