Skip to main content
Tab

DropboxFileSystemProvider.DeleteFolder(FileManagerFolder) Method

Implements folder deletion.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void DeleteFolder(
    FileManagerFolder folder
)

Parameters

Name Type Description
folder FileManagerFolder

A FileManagerFolder object that is the deleted folder.

Remarks

The DeleteFolder method implements the folder deletion when the default DropboxFileSystemProvider is used.

If you create a custom file system provider inherited from the DropboxFileSystemProvider class, you can override the DeleteFolder method to perform any custom actions when an end-user deletes a folder.

See Also