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