Harmon.ie SDK
Loading...
Searching...
No Matches
Harmonie.SDK.UploadMethod Class Referencesealed

Defines which upload method triggered the upload. More...

Inheritance diagram for Harmonie.SDK.UploadMethod:

Static Public Member Functions

static UploadMethod parse (string name)
 

Static Public Attributes

static readonly UploadMethod DragMoveWithHarmonie = new UploadMethod("DragMoveWithHarmonie")
 Represents drag and move operation - source mail is deleted after upload.
 
static readonly UploadMethod DragDropFolder = new UploadMethod("DragDropFolder")
 Represents drag and drop of folder upload method.
 
static readonly UploadMethod DragDrop = new UploadMethod("DragDrop")
 Represents drag and drop of item/s upload method.
 
static readonly UploadMethod DragDropToChannel = new UploadMethod("DragDropToChannel")
 Represents drag and drop of item/s to a MS-Teams channel upload method.
 
static readonly UploadMethod CopyPaste = new UploadMethod("CopyPaste")
 Represents copy paste upload method.
 
static readonly UploadMethod SideBarUpload = new UploadMethod("SideBarUpload")
 Represents sidebars "Upload documents" button upload method.
 
static readonly UploadMethod Ribbon = new UploadMethod("Ribbon")
 Represents outlook ribbon button upload method.
 
static readonly UploadMethod Collage = new UploadMethod("Collage")
 Represents collage upload method.
 
static readonly UploadMethod OutlookDropFolder = new UploadMethod("OutlookDropFolder")
 Represents Outlook Drop folder upload method.
 

Detailed Description

Defines which upload method triggered the upload.


The documentation for this class was generated from the following file: