ISearchSiteAdministrationServiceApplication.SetDisplayGroupListInfo-Methode
Aktualisiert die Anzeigegruppe Suche .
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
)
Parameter
displayGroupId
Typ: System.Int32Die ID für den Bereich Suche Gruppe anzeigen.
scopeIds
Typ: System.Collections.Generic.List<Int32>Eine Liste, die die IDs der Suche Bereiche enthält.
Hinweise
Diese Methode aktualisiert die Anzeigegruppe Suche .
Siehe auch
Referenz
ISearchSiteAdministrationServiceApplication Schnittstelle