Aqualogic Interaction API  
 

IPTCustomFileAccessor.CanSummarizeDocument Method 

Should return true if the accessor can generally make a short summary of a file's contents. If this method returns true, GetDocumentSummary() will later be called to retrieve a summary of each document's contents. If it returns false, GetDocumentSummary() will not be called.

bool CanSummarizeDocument();

Return Value

whether the accessor can generally summarize a card

See Also

IPTCustomFileAccessor Interface | com.plumtree.server Namespace