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
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    © Singulink. All rights reserved.