Skip to main content
Tab

FileSystemProviderBase.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.v24.2.dll

Declaration

public virtual void GetFilteredItems(
    FileManagerGetFilteredItemsArgs args
)

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:

See Also