Aqualogic Interaction API  
 

IPTFederatedSearchProvider.Initialize Method 

Initialize the Provider before making other stateful calls on it.

void Initialize(
   IPTSession pSession,
   IXPPropertyBag pbagConfigurationInfo,
   IPTWebService pWebService,
   int lFederatedPortalID,
   string bstrThisPortalIdentity
);

Parameters

pSession
the user session of the current user
pbagConfigurationInfo
configuration info for this Provider
pWebService
the Web Service associated with this Provider
lFederatedPortalID
the ID of the Federated Portal associated with this Provider
bstrThisPortalIdentity
a string uniquely identifying this Portal

See Also

IPTFederatedSearchProvider Interface | com.plumtree.server Namespace