ISearchSiteAdministrationServiceApplication.GetContainingDisplayGroups method
Retrieves a list of IDs of Search scope display groups in the specified scope.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetContainingDisplayGroups ( _
scopeId As Integer _
) As List(Of Integer)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim scopeId As Integer
Dim returnValue As List(Of Integer)
returnValue = instance.GetContainingDisplayGroups(scopeId)
[OperationContractAttribute]
List<int> GetContainingDisplayGroups(
int scopeId
)
Parameters
scopeId
Type: System.Int32The ID of the Search scope.
Return value
Type: System.Collections.Generic.List<Int32>
The list of IDs of the ScopeDisplayGroup objects.
Remarks
Implementing classes should ensure that the value of the scopeId parameter must not be null .
See also
Reference
ISearchSiteAdministrationServiceApplication interface