SearchServiceApplicationProxy.UpdateBestBetsOrder method
Updates the order of the specified Best Bets associated with 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 SearchServiceApplicationProxy
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.ArrayListA list of IDs of the Best Bets.
Implements
ISearchSiteAdministrationServiceApplication.UpdateBestBetsOrder(Keyword, ArrayList)
Exceptions
Exception | Condition |
---|---|
Exception | An error occurred during application execution. |
Remarks
This method updates the order of the Best Bets with the order as listed in the bestBetIds parameter.
See also
Reference
SearchServiceApplicationProxy class