LocationList Members
Include Protected Members
Include Inherited Members
Contains a list of federated locations.
The LocationList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LocationList | Initializes a new instance of the LocationList class. |
Top
Properties
Name | Description | |
---|---|---|
ItemsPerPage | Gets or sets the number of search results to display per page. | |
ReturnedResults | Gets the number of search results returned for the query. | |
StartItem | Gets or sets the number of the first item returned in the search results. | |
TotalResults | Gets the total number of search results returned for the query. | |
TotalResultsIncludingDuplicates | Gets the total number of search results returned for the query, including duplicate results. |
Top
Methods
Name | Description | |
---|---|---|
AggregateResults | Returns all the search results from the first federated location specified in the LocationList object. | |
Close | Releases the resources for the federated locations. | |
Dispose | Releases the resources for the federated locations. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
_itemsPerPage | Specifies the number of search results to display per page. | |
_startItem | Specifies the number of the first item returned in the search results. |
Top