ISearchSiteAdministrationServiceApplication.GetScopesInfo Method

Retrieves a list of information about the Search scopes.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function GetScopesInfo As List(Of ScopeInfo)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim returnValue As List(Of ScopeInfo)

returnValue = instance.GetScopesInfo()
[OperationContractAttribute]
List<ScopeInfo> GetScopesInfo()

Return Value

Type: System.Collections.Generic.List<ScopeInfo>
The list of information about the Scopes objects.

Remarks

This method retrieves a list of information about the Search scopes.

See Also

Reference

ISearchSiteAdministrationServiceApplication Interface

ISearchSiteAdministrationServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace