SearchServiceApplication.GetDisplayGroupInfo Method
Retrieves information about a SearchScopeDisplayGroup.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetDisplayGroupInfo ( _
displayGroupId As Integer _
) As DisplayGroupInfo
'Usage
Dim instance As SearchServiceApplication
Dim displayGroupId As Integer
Dim returnValue As DisplayGroupInfo
returnValue = instance.GetDisplayGroupInfo(displayGroupId)
public DisplayGroupInfo GetDisplayGroupInfo(
int displayGroupId
)
Parameters
displayGroupId
Type: System.Int32The ID of the SearchDisplayGroupInfo to be retrieved.
Return Value
Type: Microsoft.Office.Server.Search.Administration.DisplayGroupInfo
The information about a SearchScopeDisplayGroup.
Implements
ISearchSiteAdministrationServiceApplication.GetDisplayGroupInfo(Int32)
Remarks
The value of the displayGroupId parameter must not be null .
See Also
Reference
SearchServiceApplication Class