RuleType 枚举
在SharePoint Server 搜索功能中指定的作用域规则的类型。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration RuleType
用法
Dim instance As RuleType
[SerializableAttribute]
public enum RuleType
成员
成员名称 | 说明 | |
---|---|---|
WebAddress | 范围规则基于内容项的 URL。 | |
PropertyQuery | 范围规则基于一个托管的属性的值。 | |
ContentSource | 范围规则基于特定的内容源。 | |
AllContent | 范围规则包括所有项。 |