Click or drag to resize

WorkspaceAPIGetFolders Method

Returns list of all accessible folders for the specified workspace.

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

Return Value

Type: ListDictionaryString, Object
Folders list.
See Also