Class SearchOptions
Provides options that control search behavior in directories.
Inherited Members
Namespace: Singulink.IO
Assembly: Singulink.IO.FileSystem.dll
Syntax
public class SearchOptions
Properties
Name | Description |
---|---|
AttributesToSkip | Gets or sets the attributes that will cause entries to be skipped. Default is none. |
BufferSize | Gets or sets the suggested buffer size, in bytes. Default value is 0 (no suggestion). |
MatchCasing | Gets or sets a value indicating whether the search is case sensitive. Default is case insensitive. |
Recursive | Gets or sets a value indicating whether the search is recursive, i.e. continues into child directories. Default is false. |