Aqualogic Interaction API  
 

IPTDataSource.DownloadDocument Method 

Downloads a temporary copy of the source document for the given card

void DownloadDocument(
   IPTDocumentType pDocumentType,
   IPTCard pCard,
   IPTDataSourceProvider pProvider
);

Parameters

pDocumentType
an instantiated DocumentType for this card
pCard
an instantiated Card object
pProvider
an initialized provider

See Also

IPTDataSource Interface | com.plumtree.server Namespace