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
displayGroupId
Type: System.Int32The ID of the ScopeDisplayGroup object from which the display group IDs are retrieved.
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