Zoho Analytics Client Library
Zoho Analytics Client Library
ZohoAnalytics
AnalyticsClient Class
AnalyticsClient Methods
GetBulkInstance Method
GetConnectionTimeout Method
GetDashboards Method
GetOrgInstance Method
GetOrgs Method
GetOwnedDashboards Method
GetOwnedWorkspaces Method
GetReadTimeout Method
GetRecentViews Method
GetSharedDashboards Method
GetSharedWorkspaces Method
GetViewDetails Method
GetViewInstance Method
GetWorkspaceDetails Method
GetWorkspaceInstance Method
GetWorkspaces Method
SetAccountsServerURL Method
SetAnalyticsServerURL Method
SetConnectionTimeout Method
SetProxy Method
SetReadTimeout Method
AnalyticsClient
GetViewDetails Method
Returns details of the specified view.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
Copy
public
Dictionary
<
string
,
Object
>
GetViewDetails
(
long
viewId
,
Dictionary
<
string
,
Object
>
config
)
Parameters
viewId
Type:
System
Int64
Id of the view.
config
Type:
System.Collections.Generic
Dictionary
String
,
Object
Contains any additional control configurations. Can be null.
Return Value
Type:
Dictionary
String
,
Object
View details.
See Also
Reference
AnalyticsClient Class
ZohoAnalytics Namespace