BestBetCollection Members
Include Protected Members
Include Inherited Members
Represents collections of best bests.
The BestBetCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ICollection<BestBet>.) | |
IsReadOnly | (Inherited from ICollection<BestBet>.) | |
Item | Gets the best bet with the specified name. |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from ICollection<BestBet>.) | |
AddBestBet(String) | Adds a best bet with the specified best bet name. | |
AddBestBet(String, Context) | Adds a best with the specified best bet name and attach it to the specified context. | |
AddBestBet(String, Uri) | Adds a best with the specified best bet name and Uri. | |
AddBestBet(String, Uri, Context) | Adds a best with the specified best bet name and Uri and attach it to the specified context. | |
AddBestBet(String, String, String, Uri) | Adds a best with the specified best bet name, teaser, teaser content type and Uri. | |
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. | |
Clear | (Inherited from ICollection<BestBet>.) | |
Contains | (Inherited from ICollection<BestBet>.) | |
ContainsBestBet | Checks if the best bet with the specified name is contained in the collection. | |
CopyTo | (Inherited from ICollection<BestBet>.) | |
GetBestBet | Retrieves the best bet for a specified name. | |
GetEnumerator() | (Inherited from IEnumerable<BestBet>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator(BestBetSortField, SortDirection) | Retrieves an enumerator for all the best bets in the collection, sorting on the specified field in the specified direction. | |
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. | |
Remove | (Inherited from ICollection<BestBet>.) | |
RemoveBestBet | Removes a best bet with the specified name from the collection. |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace