DittoSharp  0.1.0-alpha3
Public Member Functions | Properties | List of all members
DittoSharp.DittoAttachment Class Reference

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

Public Member Functions

void CopyToPath (string destinationPath)
 Copies the file attachment to another file path on the current system. More...
 

Properties

byte [] Data [get]
 Gets the byte array of the binary file attachment. More...
 
FileStream Stream [get]
 Gets file attachment as a read only FileStream. More...
 

Detailed Description

A reference to a binary attachment file.

Member Function Documentation

◆ CopyToPath()

void DittoSharp.DittoAttachment.CopyToPath ( string  destinationPath)

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

Parameters
destinationPathThe destination path to copy the attachment.

Property Documentation

◆ Data

byte [] DittoSharp.DittoAttachment.Data
get

Gets the byte array of the binary file attachment.

◆ Stream

FileStream DittoSharp.DittoAttachment.Stream
get

Gets file attachment as a read only FileStream.