AnalyticsClientGetWorkspaceInstance Method |
Creates a new WorkspaceAPI instance.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public IWorkspaceAPI GetWorkspaceInstance(
long orgId,
long workspaceId
)
Parameters
- orgId
- Type: SystemInt64
The ID of the organization. - workspaceId
- Type: SystemInt64
The ID of the workspace.
Return Value
Type:
IWorkspaceAPIWorkspaceAPI instance.
See Also