ISearchSiteAdministrationServiceApplication.GetDisplayGroupsForConsumer method
Retrieves information about all of the scope display groups for a scope consumer.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetDisplayGroupsForConsumer ( _
consumerName As String _
) As List(Of DisplayGroupInfo)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim consumerName As String
Dim returnValue As List(Of DisplayGroupInfo)
returnValue = instance.GetDisplayGroupsForConsumer(consumerName)
[OperationContractAttribute]
List<DisplayGroupInfo> GetDisplayGroupsForConsumer(
string consumerName
)
Parameters
consumerName
Type: System.StringThe name of the scope consumer.
Return value
Type: System.Collections.Generic.List<DisplayGroupInfo>
The list of scope information about the scope display groups.
Remarks
Implementing classes should ensure that the value of the consumerName parameter must not be null .
See also
Reference
ISearchSiteAdministrationServiceApplication interface