Aqualogic Interaction API  
 

IPTSearchBestBetMaintenance.CanAddBestBet Method 

Checks wether a particular Best Bet is addable or not. It may be addable if a Best Bet with the same newTrigger already exists. This call will throw an exception if called by anyone but the administrator.

bool CanAddBestBet(
   string oldTrigger,
   string newTrigger,
   bool bIsNewlyAdded
);

See Also

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