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
displayGroupId
Type: System.Int32The ID of the ScopeDisplayGroup.
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