Share via


BestBetCollection Members

Include Protected Members
Include Inherited Members

Represents collections of best bests.

The BestBetCollection type exposes the following members.

Properties

  Name Description
Public property Count (Inherited from ICollection<BestBet>.)
Public property IsReadOnly (Inherited from ICollection<BestBet>.)
Public property Item Gets the best bet with the specified name.

Top

Methods

  Name Description
Public method Add (Inherited from ICollection<BestBet>.)
Public method AddBestBet(String) Adds a best bet with the specified best bet name.
Public method AddBestBet(String, Context) Adds a best with the specified best bet name and attach it to the specified context.
Public method AddBestBet(String, Uri) Adds a best with the specified best bet name and Uri.
Public method AddBestBet(String, Uri, Context) Adds a best with the specified best bet name and Uri and attach it to the specified context.
Public method AddBestBet(String, String, String, Uri) Adds a best with the specified best bet name, teaser, teaser content type and Uri.
Public method AddBestBet(String, String, String, String, Uri, Nullable<Int16>, Nullable<DateTime>, Nullable<DateTime>, Context) Adds a best with the specified best bet name, description, teaser, teaser content type, Uri, position and date range and attach it to the specified context.
Public method Clear (Inherited from ICollection<BestBet>.)
Public method Contains (Inherited from ICollection<BestBet>.)
Public method ContainsBestBet Checks if the best bet with the specified name is contained in the collection.
Public method CopyTo (Inherited from ICollection<BestBet>.)
Public method GetBestBet Retrieves the best bet for a specified name.
Public method GetEnumerator() (Inherited from IEnumerable<BestBet>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator(BestBetSortField, SortDirection) Retrieves an enumerator for all the best bets in the collection, sorting on the specified field in the specified direction.
Public method GetEnumerator(BestBetSortField, SortDirection, Int32, Int32) Retrieves an enumerator for a subset of the the best bet in the collection, sorting on the specified field in the specified direction.
Public method Remove (Inherited from ICollection<BestBet>.)
Public method RemoveBestBet Removes a best bet with the specified name from the collection.

Top

See Also

Reference

BestBetCollection Interface

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace