Class TestSearchRuleInfo
Contains the detailed result of testing a path against the search rules of a search catalog.
Implements
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 |
|
HasParentScope
Declaration
public bool HasParentScope { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
IsIncluded
Declaration
public bool IsIncluded { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
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. |