Click or drag to resize

WorkspaceAPICreateFolder Method

Create a folder in the specified workspace.

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

Parameters

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

Return Value

Type: Int64
Folder id.
See Also