AmazonFileSystemProvider.Exists(FileManagerFolder) Method
Implements the folder existence verification.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| folder | FileManagerFolder | A FileManagerFolder object that is the processed folder. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The Exists method implements the folder 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