Aqualogic Interaction API  
 

IPTSearchBestBetMaintenance.SetSearchString Method 

Set the search string to use to limit the display list. The wildcard character "*" is allowed at the end of the string. If the "*" is not the last character, the search string will be truncated upto the "*". This call has no effect until "RefreshDisplayList()" is called.

void SetSearchString(
   string strSearch
);

Parameters

strSearch

See Also

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