SearchServiceApplication.GetDisplayGroupListInfo method

Retrieves a list of display group IDs from the scope display group membership set associated with the specified ScopeDisplayGroup.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetDisplayGroupListInfo ( _
    displayGroupId As Integer _
) As List(Of Integer)
'Usage
Dim instance As SearchServiceApplication
Dim displayGroupId As Integer
Dim returnValue As List(Of Integer)

returnValue = instance.GetDisplayGroupListInfo(displayGroupId)
public List<int> GetDisplayGroupListInfo(
    int displayGroupId
)

Parameters

Return value

Type: System.Collections.Generic.List<Int32>
A list of scope IDs.

Implements

ISearchSiteAdministrationServiceApplication.GetDisplayGroupListInfo(Int32)

Remarks

The value of the displayGroupId parameter must not be null .

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace