Click or drag to resize

WorkspaceAPIGetViews Method

Returns list of all accessible views for the specified workspace.

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

Parameters

config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.

Return Value

Type: ListDictionaryString, Object
Views list.
See Also