AnalyticsClientGetViewInstance Method |
Creates a new ViewAPI instance.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax 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:
IViewAPIViewAPI instance.
See Also