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 all the search results from the first federated location specified in the LocationList object.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overridable Function AggregateResults ( _
qdra As QueryManager, _
count As Integer, _
start As Integer _
) As XmlDocument
'Usage
Dim instance As LocationList
Dim qdra As QueryManager
Dim count As Integer
Dim start As Integer
Dim returnValue As XmlDocument
returnValue = instance.AggregateResults(qdra, _
count, start)
public virtual XmlDocument AggregateResults(
QueryManager qdra,
int count,
int start
)
Parameters
qdra
Type: Microsoft.Office.Server.Search.Query.QueryManagerThe query manager for the search query.
count
Type: System.Int32The number of search results to return.
start
Type: System.Int32The position of the first search result to return.
Return Value
Type: System.Xml.XmlDocument
The search results from the federated location.