LocationList.AggregateResults Method

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

  • count
    Type: System.Int32

    The number of search results to return.

  • start
    Type: System.Int32

    The position of the first search result to return.

Return Value

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

See Also

Reference

LocationList Class

LocationList Members

Microsoft.Office.Server.Search.Query Namespace