PrioritizedLocationList members

Represents a class that returns the top result from the highest priority location.

The PrioritizedLocationList type exposes the following members.

Constructors

  Name Description
Public method PrioritizedLocationList Initializes a new instance of the PrioritizedLocationList.

Top

Properties

  Name Description
Public property ItemsPerPage Gets or sets the number of search results to display per page. (Inherited from LocationList.)
Public property ResultLocation Gets the federated search location that the search results are returned from.
Public property ReturnedResults Gets the number of search results returned for the query. (Inherited from LocationList.)
Public property StartItem Gets or sets the number of the first item returned in the search results. (Inherited from LocationList.)
Public property TotalResults Gets the total number of search results returned for the query. (Inherited from LocationList.)
Public property TotalResultsIncludingDuplicates Gets the total number of search results returned for the query, including duplicate results. (Inherited from LocationList.)

Top

Methods

  Name Description
Public method AggregateResults Returns the first search result from the federated search location specified with the highest priority in the LocationList. (Overrides LocationList.AggregateResults(QueryManager, Int32, Int32).)
Public method Close Releases the resources for the federated locations. (Inherited from LocationList.)
Public method Dispose Releases the resources for the federated locations. (Inherited from LocationList.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field _itemsPerPage Specifies the number of search results to display per page. (Inherited from LocationList.)
Protected field _startItem Specifies the number of the first item returned in the search results. (Inherited from LocationList.)

Top

See also

Reference

PrioritizedLocationList class

Microsoft.Office.Server.Search.Query namespace