Aqualogic Interaction API  
 

IPTCard.Refresh Method 

Conducts a complete refresh of a card's properties by revisiting the source document and re-collecting mappable data. This call does not imply a serialization of new data. It is an in memory refresh. If the summarization parameter is passed as true, the card's description will be regenerated from the source document. If the bForceRefresh parameter is passed as true, the refresh activity will be done irrespective of whether the source document has changed.

void Refresh(
   bool bSummarize,
   bool bForceRefresh
);

Parameters

bSummarize
Regenerate card description if true.
bForceRefresh
Perform action even irrespective of document state.

See Also

IPTCard Interface | com.plumtree.server Namespace