Click or drag to resize

WorkspaceAPIRename Method

Rename a specified workspace in the organization.

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

Parameters

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