Gets the Object that manages the attachments of the document.
public DocumentAttachments Attachments {get;}
Public ReadOnly Property Attachments() As DocumentAttachments
Get
public:
property DocumentAttachments^ Attachments
{
DocumentAttachments^ get()
}
The DocumentAttachments object that manages the attachments of this LEADDocument.
DocumentAttachments derives from LeadCollection<T> and thus can implement System.Collections.ObjectModel.Collection. Use any of the collection methods to add, remove, insert, get, set, and iterate through the attachments.
DocumentAttachments contains a collection of DocumentAttachment objects, each containing the data for a single attachment in the document. The embedded attachments of a document can be read and populated when setting the LoadDocumentOptions.LoadAttachmentsMode property to DocumentLoadAttachmentsMode.AsAttachments during the loading of this document.
DocumentAttachments can also be manually populated by an application program to add or remove attachments to a document.
Refer to Document Attachments for more information.
For an example, refer to DocumentAttachment or 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