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
locationList
Type: Microsoft.Office.Server.Search.Query.LocationListThe list of federated search locations.
Return Value
Type: System.Xml.XmlDocument
The search results returned from the federated search results locations.