DropboxFileSystemProvider.Exists(FileManagerFile) Method
Implements the file existence verification.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| file | FileManagerFile | A FileManagerFile object that is the processed file. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The Exists method implements the file existence verification when the DropboxFileSystemProvider is used.
If you create a custom file system provider inherited from the DropboxFileSystemProvider class, you can override the Exists method to perform any custom actions.
See Also