Click or drag to resize

AnalyticsClientGetViewInstance Method

Creates a new ViewAPI instance.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public IViewAPI GetViewInstance(
	long orgId,
	long workspaceId,
	long viewId
)

Parameters

orgId
Type: SystemInt64
The ID of the organization.
workspaceId
Type: SystemInt64
The ID of the workspace.
viewId
Type: SystemInt64
The ID of the view.

Return Value

Type: IViewAPI
ViewAPI instance.
See Also