Aqualogic Interaction API  
 

IPTDataSource.AttachDataSourceProvider Method 

AttachDataSourceProvider Use this method to attach an instantiated Data Source Provider. For use by the specialized clients of the Data Source object (like the Crawler and Card Refresh Agent). Can be used to test the validity of a card's link.

void AttachDataSourceProvider(
   IPTCard pCard,
   IPTDataSourceProvider pProvider
);

Parameters

pCard
Existing card object whose parameters will be used for attaching to the source document
pProvider
an initialized provider

See Also

IPTDataSource Interface | com.plumtree.server Namespace