SearchServiceApplication.RemoveBestBetLink Method
Deletes the association between a specified keyword and a BestBet from the SearchAdminDatabase.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub RemoveBestBetLink ( _
parentSpecialTerm As Keyword, _
bestBet As BestBet _
)
'Usage
Dim instance As SearchServiceApplication
Dim parentSpecialTerm As Keyword
Dim bestBet As BestBet
instance.RemoveBestBetLink(parentSpecialTerm, _
bestBet)
public void RemoveBestBetLink(
Keyword parentSpecialTerm,
BestBet bestBet
)
Parameters
parentSpecialTerm
Type: Microsoft.Office.Server.Search.Administration.KeywordThe specified keyword.
bestBet
Type: Microsoft.Office.Server.Search.Administration.BestBetThe Best Bet.
Implements
ISearchSiteAdministrationServiceApplication.RemoveBestBetLink(Keyword, BestBet)
Remarks
This method deletes the association between a specified keyword and a BestBet.
See Also
Reference
SearchServiceApplication Class