Click or drag to resize

WorkspaceAPIDeleteFolder Method

Delete a specified folder in the workspace.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void DeleteFolder(
	long folderId
)

Parameters

folderId
Type: SystemInt64
The id of the folder.
See Also