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