File System File System
File System File System
DocFX + Singulink = ♥

Search Results for

    Class SearchOptions

    Provides options that control search behavior in directories.

    Inheritance
    object
    SearchOptions
    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, indicating no suggestion.

    InaccessibleSearchBehavior

    Gets or sets the behavior when encountering inaccessible directories during searches. Defaults to ThrowForSearchDir.

    MatchCasing

    Gets or sets a value indicating whether the search is case-sensitive. Default is CaseInsensitive.

    MaxRecursionDepth

    Gets or sets the maximum directory recursion depth for recursive searches. Default is MaxValue.

    Recursive

    Gets or sets a value indicating whether the search is recursive, i.e. continues into child directories. Default is false.

    © Singulink. All rights reserved.