Skip to main content
Tab

FileManagerGetFilteredItemsArgs(String, String, IEnumerable<FileManagerItem>, FileManagerFolder) Constructor

Initializes a new instance of the FileManagerGetFilteredItemsArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerGetFilteredItemsArgs(
    string fileListCustomFilter,
    string filterBoxText,
    IEnumerable<FileManagerItem> items,
    FileManagerFolder folder
)

Parameters

Name Type Description
fileListCustomFilter String

Gets the active filter’s name (specified by the File Manager’s ASPxFileManager.FileListCustomFilter property).

filterBoxText String

Gets the search string entered into the File Manager’s filter box.

items IEnumerable<FileManagerItem>

Specifies a collection of file items (FileManagerFile or FileManagerFolder instances) that match the applied filter.

folder FileManagerFolder

Gets the File Manager’s currently active folder.

See Also