Click or drag to resize

WorkspaceAPI.GetVariables Method

Returns list of variables for the specified workspace.

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

Return Value

Type: List<Dictionary<String, Object>>
Variables list.
See Also