Attachment Class
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
Represents an attachment that will be added to a document.
public class Attachment
- Inheritance
-
Attachment
Constructors
| Attachment() |
Initializes a new instance of the Attachment class. |
Properties
| DateModified |
Gets or sets the last modified date of the attachment. If not specified, last modified date from File property will be used. |
| Description |
Gets or sets the description of the attachment. |
| File |
Gets or sets the file to add as attachment. This property can be set to:
The property only needs a readable file provider as it only calls GleamTech.FileProviders.FileProvider.GetInfo() and GleamTech.FileProviders.FileProvider.OpenRead(). |
| Name |
Gets or sets the name of the attachment. If not specified, name from File property will be used. |