PhysicalFileSystemProvider.GetFilteredItems(FileManagerGetFilteredItemsArgs) Method
Override this method to get a file collection that matches the current recursive or custom filter.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| args | FileManagerGetFilteredItemsArgs | An object that identifies the filter and returns matching files. |
Remarks
The file system provider calls this method in the following cases:
- The FilterBoxMode property is set to
Subfoldersand the FilterBoxText changes to a non-empty value. - The FileListCustomFilter changes to a non-empty value.
See Also