FileManagerGetFilteredItemsArgs Properties
Provides data for the FileSystemProviderBase.GetFilteredItems and PhysicalFileSystemProvider.GetFilteredItems events.Name | Description |
---|---|
FileListCustomFilter | Gets the active filter’s name (specified by the FileManager’s ASPxFileManager.FileListCustomFilter property) |
FilterBoxText | Gets the search string entered into the FileManager’s filter box. |
Folder | Gets the FileManager’s currently active folder. |
Items | Gets or sets a collection of file items (FileManagerFile or FileManagerFolder instances) that match the applied filter. |
See Also