Click or drag to resize

WorkspaceAPIRenameFolder Method

Rename a specified folder in the workspace.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void RenameFolder(
	long folderId,
	string folderName,
	Dictionary<string, Object> config
)

Parameters

folderId
Type: SystemInt64
The id of the folder.
folderName
Type: SystemString
The new name of the folder.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also