Table of Contents

DocumentCacheOptions.Attachments Property

Definition

Namespace
GleamTech.DocumentUltimate.Caching
Assembly
GleamTech.DocumentUltimate.dll

Gets the collection of the attachments that will be added to the displayed document. Downloading as PDF will also include the same attachments.

Note that changes in this property change CachePdfKey.

public Collection<Attachment> Attachments { get; set; }

Property Value

Collection<Attachment>