Aqualogic Interaction API  
 

IPTFederatedSearch.ExecuteSimpleSearch Method 

Perform the specified search against all Federated Portals that were added with the Add call.

void ExecuteSimpleSearch(
   string bstrSearchString,
   int nSkip,
   int nMax
);

Parameters

bstrSearchString
the search string, which is passed to the Federated Portals
nSkip
the number of results to skip. This is used for pagination (e. g. to show results 101-200, this value would be 101.)
nMax
the number of results to return. This is used for pagination (e. g. to show results 101-200, this value would be 100.)

See Also

IPTFederatedSearch Interface | com.plumtree.server Namespace