Search Results for

    Show / Hide Table of Contents

    Class TestSearchRuleInfo

    Contains the detailed result of testing a path against the search rules of a search catalog.

    Inheritance
    object
    TestSearchRuleInfo
    Implements
    ICloneable
    Namespace: Mawosoft.PowerShell.WindowsSearchManager
    Assembly: Mawosoft.PowerShell.WindowsSearchManager.dll
    Syntax
    public sealed class TestSearchRuleInfo : ICloneable

    Constructors

    TestSearchRuleInfo()

    Initializes a new instance of the TestSearchRuleInfo class.

    Declaration
    public TestSearchRuleInfo()

    Properties

    HasChildScope

    Declaration
    public bool HasChildScope { get; set; }
    Property Value
    Type Description
    bool

    true if the path has a child scope, false otherwise.

    HasParentScope

    Declaration
    public bool HasParentScope { get; set; }
    Property Value
    Type Description
    bool

    true if the path has a parent scope, false otherwise.

    IsIncluded

    Declaration
    public bool IsIncluded { get; set; }
    Property Value
    Type Description
    bool

    true if the path is included in the index, false otherwise.

    ParentScopeVersiondId

    Declaration
    public int ParentScopeVersiondId { get; set; }
    Property Value
    Type Description
    int

    The parent scope version ID.

    Path

    Declaration
    public string? Path { get; set; }
    Property Value
    Type Description
    string

    The path that has been tested.

    Reason

    Declaration
    public CLUSION_REASON Reason { get; set; }
    Property Value
    Type Description
    CLUSION_REASON

    One of the enumeration values indicating the reason why a path is included or excluded.

    Methods

    Clone()

    Creates a shallow copy of the TestSearchRuleInfo instance.

    Declaration
    public object Clone()
    Returns
    Type Description
    object

    A shallow copy of the TestSearchRuleInfo instance.

    Implements

    ICloneable
    In this article
    Back to top Copyright © 2023 Matthias Wolf, Mawosoft