ScopeRuleFilterBehavior Enumeration
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. |