SearchServiceApplication.GetScopesInfo Method

Retrieves a list of the ScopeInfo objects, which contains one ScopeInfo object for every Scopes object.

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

Syntax

'Declaration
Public Function GetScopesInfo As List(Of ScopeInfo)
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As List(Of ScopeInfo)

returnValue = instance.GetScopesInfo()
public List<ScopeInfo> GetScopesInfo()

Return Value

Type: System.Collections.Generic.List<ScopeInfo>
The list of the SearchScopes information.

Implements

ISearchSiteAdministrationServiceApplication.GetScopesInfo()

Remarks

This method retrieves a list of the ScopeInfo objects, which contains one ScopeInfo object for every Scopes object that is defined in SearchServiceApplication.

See Also

Reference

SearchServiceApplication Class

SearchServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace