QueryManager.GetResults method (LocationList)

Returns the search results from the specified federated search locations.

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

Syntax

'Declaration
Public Function GetResults ( _
    locationList As LocationList _
) As XmlDocument
'Usage
Dim instance As QueryManager
Dim locationList As LocationList
Dim returnValue As XmlDocument

returnValue = instance.GetResults(locationList)
public XmlDocument GetResults(
    LocationList locationList
)

Parameters

Return value

Type: System.Xml.XmlDocument
The search results returned from the federated search results locations.

See also

Reference

QueryManager class

QueryManager members

GetResults overload

Microsoft.Office.Server.Search.Query namespace