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.
Specifies the type of scope rules in SharePoint Server search.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration RuleType
'Usage
Dim instance As RuleType
[SerializableAttribute]
public enum RuleType
Members
| Member name | Description | |
|---|---|---|
| WebAddress | The scope rule is based on the URL for the content items. | |
| PropertyQuery | The scope rule is based on a managed property value. | |
| ContentSource | The scope rule is based on a particular content source. | |
| AllContent | The scope rule includes all items. |