Aqualogic Interaction API  
 

IPTFederatedSearch.GetSearchResult Method 

Get an IPTSearchResponse that encapsulates the results of a search for a particular FederatedPortal. You must call ExecuteSimpleSearch before calling GetSearchResult.

IPTSearchResponse GetSearchResult(
   int lFederatedPortalID,
   object vAppData
);

Parameters

lFederatedPortalID
the ID of the Federated Portal for which results are desired
vAppData
An IPTState that is used for storing and retreiving search data

Return Value

the IPTSearchResponse object corresponding to the results, or null on error

See Also

IPTFederatedSearch Interface | com.plumtree.server Namespace | IPTSearchResponse