Aqualogic Interaction API  
 

IPTCrawler.SetCardMissingDocumentDeletionDelay Method 

Sets the missing deletion delay for cards created by this crawler. The first parameter is passed as an int whose value indicates the units from which the interval is calculated. The missing deletion delay rate is the amount of time that should elapse before the Card Refresh Agent should attempt to delete the card after it's source document cannot be retrieved. The unit will correspond to one of the PT_SCHEDULETYPES values. The second parameter is a multiplier to the unit time span.

void SetCardMissingDocumentDeletionDelay(
   int lTimeUnits,
   int lNumber
);

Parameters

lTimeUnits
lNumber

See Also

IPTCrawler Interface | com.plumtree.server Namespace