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
parentSpecialTerm
Type: Microsoft.Office.Server.Search.Administration.KeywordThe specified keyword.
bestBetIds
Type: System.Collections.ArrayListAn array list that contains the IDs of the Best Bets.
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