SearchServiceApplication.SetDisplayGroupListInfo 方法
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub SetDisplayGroupListInfo ( _
displayGroupId As Integer, _
scopeIds As List(Of Integer) _
)
用法
Dim instance As SearchServiceApplication
Dim displayGroupId As Integer
Dim scopeIds As List(Of Integer)
instance.SetDisplayGroupListInfo(displayGroupId, _
scopeIds)
public void SetDisplayGroupListInfo(
int displayGroupId,
List<int> scopeIds
)
参数
displayGroupId
类型:System.Int32在搜索范围的 ID 显示组。
scopeIds
类型:System.Collections.Generic.List<Int32>包含的搜索作用域 Id 的列表。
实现
ISearchSiteAdministrationServiceApplication.SetDisplayGroupListInfo(Int32, List<Int32>)
备注
此方法删除指定的搜索范围显示组, 搜索的所有作用域,然后将新的搜索作用域添加到的组中指定的顺序。