Skip to main content
A newer version of this page is available. .
Tab

PhysicalFileSystemProvider.DeleteFile(FileManagerFile) Method

Implements file deletion.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override void DeleteFile(
    FileManagerFile file
)

Parameters

Name Type Description
file FileManagerFile

A FileManagerFile object that is the deleted file.

Remarks

The DeleteFile method implements file deletion when the default PhysicalFileSystemProvider is used.

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

See Also