Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the order attribute of the specified Best Bets with the specified keyword.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub UpdateBestBetsOrder ( _
parentSpecialTerm As Keyword, _
bestBetIds As ArrayList _
)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim parentSpecialTerm As Keyword
Dim bestBetIds As ArrayList
instance.UpdateBestBetsOrder(parentSpecialTerm, _
bestBetIds)
[OperationContractAttribute]
void UpdateBestBetsOrder(
Keyword parentSpecialTerm,
ArrayList bestBetIds
)
Parameters
parentSpecialTerm
Type: Microsoft.Office.Server.Search.Administration.KeywordThe keyword.
bestBetIds
Type: System.Collections.ArrayListThe IDs of the BestBet objects.
Remarks
This method updates the order attribute of the specified Best Bets with the specified keyword.
See Also
Reference
ISearchSiteAdministrationServiceApplication Interface