CrawlRuleType 枚举 (Microsoft.Office.Server.Search.Administration)
Specifies the crawl rule types which indicate whether the crawl rule is used to include or exclude content items in the content index.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Enumeration CrawlRuleType
用法
Dim instance As CrawlRuleType
public enum CrawlRuleType
成员
成员名称 | 说明 | |
---|---|---|
ExclusionRule | Specifies that the crawl rule is used to exclude content from the content index. | |
InclusionRule | Specifies that the crawl rule is used to include content in the content index. |