SearchServiceApplicationProxy.GetDisplayGroupInfo method
Retrieves information about a 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 GetDisplayGroupInfo ( _
displayGroupId As Integer _
) As DisplayGroupInfo
'Usage
Dim instance As SearchServiceApplicationProxy
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 Search ScopeDisplayGroup object for which the information is retrieved.
Return value
Type: Microsoft.Office.Server.Search.Administration.DisplayGroupInfo
The information about the Search scope display group.
Implements
ISearchSiteAdministrationServiceApplication.GetDisplayGroupInfo(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