Click or drag to resize

OrgAPICreateWorkspace Method

Create a blank workspace in the specified organization.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public long CreateWorkspace(
	string workspaceName,
	Dictionary<string, Object> config
)

Parameters

workspaceName
Type: SystemString
Name of the workspace.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.

Return Value

Type: Int64
New workspace id.
See Also