Keywords.GetFilteredBestBets method

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)

Syntax

'Declaration
Public Function GetFilteredBestBets ( _
    filter As BestBetFilter, _
    value As String _
) As BestBetCollection
'Usage
Dim instance As Keywords
Dim filter As BestBetFilter
Dim value As String
Dim returnValue As BestBetCollection

returnValue = instance.GetFilteredBestBets(filter, _
    value)
public BestBetCollection GetFilteredBestBets(
    BestBetFilter filter,
    string value
)

Parameters

  • value
    Type: System.String

    A string specifying the value to match against the best bet filter.

Return value

Type: Microsoft.Office.Server.Search.Administration.BestBetCollection
A BestBetCollection object representing the collection of best bets from the site that match the specified filter and value.

See also

Reference

Keywords class

Keywords members

Microsoft.Office.Server.Search.Administration namespace