ISearchSiteAdministrationServiceApplication.SetDisplayGroupListInfo method
Updates the Search scope display group.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub SetDisplayGroupListInfo ( _
displayGroupId As Integer, _
scopeIds As List(Of Integer) _
)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim displayGroupId As Integer
Dim scopeIds As List(Of Integer)
instance.SetDisplayGroupListInfo(displayGroupId, _
scopeIds)
[OperationContractAttribute]
void SetDisplayGroupListInfo(
int displayGroupId,
List<int> scopeIds
)
Parameters
displayGroupId
Type: System.Int32The ID of the Search scope display group.
scopeIds
Type: System.Collections.Generic.List<Int32>A list that contains the IDs of Search scopes.
Remarks
This method updates the Search scope display group.
See also
Reference
ISearchSiteAdministrationServiceApplication interface