Zoho Analytics Client Library
Zoho Analytics Client Library
ZohoAnalytics
OrgAPI Class
OrgAPI Methods
ActivateUsers Method
AddUsers Method
ChangeUserRole Method
CreateWorkspace Method
DeactivateUsers Method
GetAdmins Method
GetMetaDetails Method
GetSubscriptionDetails Method
GetUsers Method
RemoveUsers Method
OrgAPI
CreateWorkspace Method
Create a blank workspace in the specified organization.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
Copy
public
long
CreateWorkspace
(
string
workspaceName
,
Dictionary
<
string
,
Object
>
config
)
Parameters
workspaceName
Type:
System
String
Name of the workspace.
config
Type:
System.Collections.Generic
Dictionary
String
,
Object
Contains any additional control configurations. Can be null.
Return Value
Type:
Int64
New workspace id.
See Also
Reference
OrgAPI Class
ZohoAnalytics Namespace