Ditto 4.8.0
|
A reference to a binary attachment file. More...
Inherits Drop.
Public Member Functions | |
byte[] | Data () |
Gets the byte array of the binary file attachment. | |
void | CopyToPath (string destinationPath) |
Copies the file attachment to another file path on the current system. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
A reference to a binary attachment file.
void DittoSDK.DittoAttachment.CopyToPath | ( | string | destinationPath | ) |
Copies the file attachment to another file path on the current system.
destinationPath | The destination path to copy the attachment. |
byte[] DittoSDK.DittoAttachment.Data | ( | ) |
Gets the byte array of the binary file attachment.