DataSourceFileSystemProvider.DeleteFolder(FileManagerFolder) Method
Implements folder deletion.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
folder | FileManagerFolder | A FileManagerFolder object that is the deleted folder. |
Remarks
The DeleteFolder method implements folder deletion when the default DataSourceFileSystemProvider is used.
If you create a custom file system provider inherited from the DataSourceFileSystemProvider class, you can override the DeleteFolder method to perform any custom actions when an end-user deletes a folder.
See Also