Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.