Class SearchRootInfo
Contains information about a search root in a search catalog.
Implements
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 |
|
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 |
|
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 |
|
UseNotificationsOnly
Declaration
public bool UseNotificationsOnly { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
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. |