Defines the types of scope rules in SharePoint Enterprise Search.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration ScopeRuleType
'Usage
Dim instance As ScopeRuleType
public enum ScopeRuleType
Members
| Member name | Description | |
|---|---|---|
| AllContent | Specifies that the scope rule includes all content. | |
| Url | Specifies that the scope rule is based on the display URL for the content items. | |
| PropertyQuery | Specifies that the scope rule is based on a managed property value. |