Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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