Freigeben über


SearchServiceApplicationProxy.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
Public Sub SetDisplayGroupListInfo ( _
    displayGroupId As Integer, _
    scopeIds As List(Of Integer) _
)
'Usage
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
)

Parameter

Implementiert

ISearchSiteAdministrationServiceApplication.SetDisplayGroupListInfo(Int32, List<Int32>)

Ausnahmen

Ausnahme Bedingung
Exception

Während der Ausführung der Anwendung ist ein Fehler aufgetreten.

Hinweise

Diese Methode entfernt alle Bereiche der Suche aus der angegebenen Suche Anzeigegruppe und fügt dann der neuen Suche Bereiche der Gruppe in der angegebenen Reihenfolge.

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace