SearchServiceApplicationProxy.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 SearchServiceApplicationProxy
Dim displayGroupId As Integer
Dim scopeIds As List(Of Integer)
instance.SetDisplayGroupListInfo(displayGroupId, _
scopeIds)
public void SetDisplayGroupListInfo(
int displayGroupId,
List<int> scopeIds
)
参数
displayGroupId
类型:System.Int32ScopeDisplayGroup的 ID。
scopeIds
类型:System.Collections.Generic.List<Int32>搜索Scope对象的 Id 的列表。
实现
ISearchSiteAdministrationServiceApplication.SetDisplayGroupListInfo(Int32, List<Int32>)
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间出现错误。 |
备注
此方法删除指定的搜索范围显示组, 搜索的所有作用域,然后将新的搜索作用域添加到的组中指定的顺序。
另请参阅
引用
SearchServiceApplicationProxy 类