Controls what happens to the external attachment documents when the owner document is deleted from the cache.
Object.defineProperty(LEADDocument.prototype, 'autoDeleteAttachmentsFromCache',
get: function(),
set: function(value)
)
autoDeleteAttachmentsFromCache: boolean;
true to delete all external attachment documents when the owner document is deleted from the cache; otherwise, false. The default value is true.
The value of autoDeleteAttachmentsFromCache controls what happens to the external attachment documents when the owner document is deleted from the cache. If true (the default value), then the document factory will try to delete all documents with an ID equal to DocumentAttachment.documentId from the cache when DocumentFactory.deleteFromCache is called on the owner document.
For more information, refer to Document Attachments.
For an example, refer to DocumentAttachment.documentId.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document