Ditto 3.0.10
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
DittoSDK.DittoAttachment Class Reference

A reference to a binary attachment file. More...

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.
 

Properties

FileStream Stream [get]
 Gets file attachment as a read only FileStream.
 

Detailed Description

A reference to a binary attachment file.

Member Function Documentation

◆ CopyToPath()

void DittoSDK.DittoAttachment.CopyToPath ( string  destinationPath)

Copies the file attachment to another file path on the current system.

Parameters
destinationPathThe destination path to copy the attachment.

◆ Data()

byte[] DittoSDK.DittoAttachment.Data ( )

Gets the byte array of the binary file attachment.

Returns
The attachment data as a byte array.