Click or drag to resize

WorkspaceAPIGetGroups Method

Returns list of groups for the specified workspace.

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

Return Value

Type: ListDictionaryString, Object
Groups list.
See Also