ISearchSiteAdministrationServiceApplication.RemoveBestBetLink method
Deletes the association between a specified keyword and a Best Bet from the database.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub RemoveBestBetLink ( _
parentSpecialTerm As Keyword, _
bestBet As BestBet _
)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim parentSpecialTerm As Keyword
Dim bestBet As BestBet
instance.RemoveBestBetLink(parentSpecialTerm, _
bestBet)
[OperationContractAttribute]
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 specified Best Bet.
Remarks
This method deletes the association between the specified keyword and the Best Bet from the database.
See also
Reference
ISearchSiteAdministrationServiceApplication interface