Click or drag to resize

DirectoryEnumerationFiltersInclusionFilter Property

Gets or sets the filter that returns if the input file system entry should be included in the enumeration.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public Predicate<FileSystemEntryInfo> InclusionFilter { get; set; }

Property Value

Type: PredicateFileSystemEntryInfo
The delegate to a filtering method.
See Also