Click or drag to resize

WorkspaceAPICopy Method

Copy the specified workspace from one organization to another or within the organization.

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

Parameters

newWorkspaceName
Type: SystemString
Name of the new workspace.
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: Int64
New workspace id.
See Also