SearchServiceApplicationProxy.GetDisplayGroupListInfo method

Retrieves a list of information about Search display groups from the Search scope display group membership set associated with the specified Search scope display group.

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 SearchServiceApplicationProxy
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 IDs of DisplayGroupInfo objects.

Implements

ISearchSiteAdministrationServiceApplication.GetDisplayGroupListInfo(Int32)

Exceptions

Exception Condition
Exception

An error, such as a SearchServiceApplicationFault, occurred during application execution.

Remarks

The value of the displayGroupId parameter must not be null .

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace