Keywords::GetFilteredBestBets method
SharePoint 2013
Returns all best bets that match the specified filter and value for the site associated with this instance of the Keywords class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Parameters
- filter
- Type: Microsoft.Office.Server.Search.Administration.BestBetFilter
A value from the BestBetFilter enumeration specifying the best bet property value to filter the specified value against.
- value
- Type: System.String
A string specifying the value to match against the best bet filter.
Return value
Type: Microsoft.Office.Server.Search.Administration.BestBetCollectionA BestBetCollection object representing the collection of best bets from the site that match the specified filter and value.
Show: