Skip to main content
Tab

AmazonFileSystemProvider.Exists(FileManagerFile) Method

Implements the file existence verification.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override bool Exists(
    FileManagerFile file
)

Parameters

Name Type Description
file FileManagerFile

A FileManagerFile object that is the processed file.

Returns

Type Description
Boolean

true if the file exists within a file manager; otherwise, false.

Remarks

The Exists method implements the file existence verification when the AmazonFileSystemProvider is used.

If you create a custom file system provider inherited from the AmazonFileSystemProvider class, you can override the Exists method to perform any custom actions.

See Also