Aqualogic Interaction API  
 

IPTFederatedSearchProvider.StartSimpleFederatedSearch Method 

Initializes a federated search on this object

void StartSimpleFederatedSearch(
   IPTSession pSession,
   string sSearchString,
   string sRequestingUser,
   string sRequestingPortal,
   string sRequestStateStorageName,
   IPTState pRequestState,
   object pRequestChain,
   int nSkip,
   int nMax
);

Parameters

pSession
the Plumtree session of the current user
sSearchString
the search string to pass to the remote search server
sRequestingUser
the name of the requesting user
sRequestingPortal
the name of the requesting portal
sRequestStateStorageName
the name of the items in the state object that are related to this search
pRequestState
the state object
pRequestChain
the WebDownloaderParallel request chain on which to place this request
nSkip
number of rows to skip at the beginning, or 0 for none
nMax
maximum number of rows to return, or -1 for all

See Also

IPTFederatedSearchProvider Interface | com.plumtree.server Namespace