Aqualogic Interaction API  
 

IPTCrawler.GetCardMissingDocumentDeletionDelay Method 

Retrieves the missing deletion delay interval for cards created by this crawler. The first parameter is returned as an Integer carrying a value indicating the units from which the interval is calculated. Missing document deletion delay refers to the amount of time that should elapse after a source document cannot be found before its card is removed by the Card Refresh Agent. The unit will correspond to one of the PT_SCHEDULETYPES values. The second parameter is a multiplier to the unit time span.

void GetCardMissingDocumentDeletionDelay(
   object plTimeUnits,
   object plNumber
);

Parameters

plTimeUnits
An Integer to hold the PT_SCHEDULETYPES value.
plNumber
An Integer to hold the number of time units applied.

See Also

IPTCrawler Interface | com.plumtree.server Namespace