| Class | Description |
|---|---|
| Attachment |
Class to represent an sdi attachment record including its type, file details, storage details and data.
|
| BaseAttachmentRepository |
Base Class for Attachment Repositories
Extend this class and implement the abstract methods to create a custom Attachment repository.
|
| Enum | Description |
|---|---|
| Attachment.AttachmentType |
Attachment Type Enumeration
Type File now includes all backwards compatiable types such as Store, Reference, Upload and Store and Upload and Reference
|
| Attachment.ThumbnailGeneration |
Thummail Generation Enumeration
Used to determine how the system handles and generates Thumbnails
|