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.
Adds an association between an existing Best Bet and a keyword to the SearchAdminDatabase.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub AddBestBetLink ( _
bestBet As BestBet, _
parentSpecialTerm As Keyword, _
order As Integer _
)
'Usage
Dim instance As SearchServiceApplication
Dim bestBet As BestBet
Dim parentSpecialTerm As Keyword
Dim order As Integer
instance.AddBestBetLink(bestBet, parentSpecialTerm, _
order)
public void AddBestBetLink(
BestBet bestBet,
Keyword parentSpecialTerm,
int order
)
Parameters
bestBet
Type: Microsoft.Office.Server.Search.Administration.BestBetThe pre-existing Best Bet that will be associated with the specified keyword.
parentSpecialTerm
Type: Microsoft.Office.Server.Search.Administration.KeywordThe specified keyword.
order
Type: System.Int32The order of the Best Bet.
Implements
ISearchSiteAdministrationServiceApplication.AddBestBetLink(BestBet, Keyword, Int32)
Remarks
The BestBet parameter must exist in the SearchAdminDatabase.
See Also
Reference
SearchServiceApplication Class