Click or drag to resize

WorkspaceAPICopyViews Method

Copy the specified views from one workspace to another workspace.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public List<Dictionary<string, Object>>  CopyViews(
	List<long> viewIds,
	long destWorkspaceId,
	Dictionary<string, Object> config,
	long? destOrgId
)

Parameters

viewIds
Type: System.Collections.GenericListInt64
The id of the views to be copied.
destWorkspaceId
Type: SystemInt64
The destination workspace id.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
destOrgId
Type: System.Int64
Id of the organization where the destination workspace is present. Can be null.

Return Value

Type: List<Dictionary<String, Object>>
Views list.
See Also