Click or drag to resize

OrgAPIGetMetaDetails Method

Returns details of the specified workspace/view.

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

Parameters

workspaceName
Type: SystemString
The name of the workspace.
viewName
Type: SystemString
The name of the view.

Return Value

Type: DictionaryString, DictionaryString, Object
Workspace/view details.
See Also