Aqualogic Interaction API  
 

IPTFederatedSearch.SetApplicationDataState Method 

The Application Data State must be set before this Federated Search can be used. Generally, it will be set by the call to IPTFederatedPortalManager.OpenFederatedSearch, and does not need to be set explicitly on the Federated Search object

void SetApplicationDataState(
   IPTState Value
);

Parameters

Value
An IPTState object holding the Application State, used for storing and retreiving search data

See Also

IPTFederatedSearch Interface | com.plumtree.server Namespace | IPTFederatedPortalManager