SearchServiceApplication.UpdateBestBetsOrder method

Updates a series of BestBet attributes that have the specified IDs and the specified keyword.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub UpdateBestBetsOrder ( _
    parentSpecialTerm As Keyword, _
    bestBetIds As ArrayList _
)
'Usage
Dim instance As SearchServiceApplication
Dim parentSpecialTerm As Keyword
Dim bestBetIds As ArrayList

instance.UpdateBestBetsOrder(parentSpecialTerm, _
    bestBetIds)
public void UpdateBestBetsOrder(
    Keyword parentSpecialTerm,
    ArrayList bestBetIds
)

Parameters

Implements

ISearchSiteAdministrationServiceApplication.UpdateBestBetsOrder(Keyword, ArrayList)

Remarks

This method updates a series of BestBet attributes that have the specified IDs and the specified keyword.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace