DeleteFolder

Description

Deletes an existing subfolder with the given name, requires Read-Write permission.

Syntax

Perl


$folder->DeleteFolder(name); 
Identifier
Description
folder
A Folder object obtained from the current workspace.
name
A String that specifies the name of the folder to delete.
Return value
None.