Attachment
Xelion Object
↪ Entity
↪ Attachment
An attachment object contains binary data.
Fields
Name | Type | Notes | |
---|---|---|---|
originalLocation |
|
The original location of the attachment. If this value represents a path name then it may be used if the
attachment is written to a file. Example: |
|
mimeType |
|
The mime type. For example: |
|
contentsB64String |
|
The contents, Base64 encoded. |
|
hasThumbnail |
|
True if attachment has a thumbnail |
|
thumbnailB64String |
|
The thumbnail, Base64 encoded. |
|
size |
|
the size of this attachment. The size is calculated and set when the attachment is written to the database. |