Search Results for

    Show / Hide Table of Contents

    Class SearchRootInfo

    Contains information about a search root in a search catalog.

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

    Constructors

    SearchRootInfo()

    Initializes a new instance of the SearchRootInfo class.

    Declaration
    public SearchRootInfo()

    Properties

    AuthenticationType

    Declaration
    public _AUTH_TYPE AuthenticationType { get; set; }
    Property Value
    Type Description
    _AUTH_TYPE

    One of the enumeration values indicating the authentication type needed to access this search root.

    EnumerationDepth

    Declaration
    public uint EnumerationDepth { get; set; }
    Property Value
    Type Description
    uint

    The enumeration depth of this search root.

    FollowDirectories

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

    true if the search engine should follow subdirectories and hierarchical scopes for this search root, false otherwise.

    HostDepth

    Declaration
    public uint HostDepth { get; set; }
    Property Value
    Type Description
    uint

    The host depth of this search root.

    IsHierarchical

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

    true if this search root is hierarchical, false otherwise.

    Path

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

    The root URL of this search root.

    ProvidesNotifications

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

    true if this search root provides notifications, false otherwise.

    UseNotificationsOnly

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

    true if this search root should be indexed only by notification and not crawled, false otherwise.

    Methods

    Clone()

    Creates a shallow copy of the SearchRootInfo instance.

    Declaration
    public object Clone()
    Returns
    Type Description
    object

    A shallow copy of the SearchRootInfo instance.

    Implements

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