Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the scope rule filter types.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration ScopeRuleFilterBehavior
'Usage
Dim instance As ScopeRuleFilterBehavior
public enum ScopeRuleFilterBehavior
Members
| Member name | Description | |
|---|---|---|
| Include | All items matching this rule are included in the scope, unless they match another scope rule that excludes them. | |
| Require | Content items included in the scope must match this rule. | |
| Exclude | All items matching this rule are explicitly excluded from the scope. |