Aqualogic Interaction API  
 

IPTSearchBestBetMaintenance.UpdateBestBet Method 

Update an existing Best Bet. This call will throw an exception if called by anyone but the administrator.

void UpdateBestBet(
   string strOldTrigger,
   bool bIsFromDB,
   string strTrigger,
   string strSetupString,
   IXPList arrTargets
);

See Also

IPTSearchBestBetMaintenance Interface | com.plumtree.server.search.admin Namespace