Harmon.ie SDK
|
Defines the state of the upload process. More...
Public Member Functions | |
override string | ToString () |
Returns the state name. | |
Static Public Member Functions | |
static UploadAction | valueOf (string value) |
Returns the state of the upload process (cancel / skip / value). | |
Static Public Attributes | |
static readonly UploadAction | Cancel = new UploadAction("Cancel") |
Represents a cancelled upload. | |
static readonly UploadAction | Skip = new UploadAction("Skip") |
Represents a skipped upload - in multiple items upload, when one upload failed and we want to continue with the process. | |
static readonly UploadAction | Continue = new UploadAction("Continue") |
Represents a successful upload, when you want to continue with the process. | |
Defines the state of the upload process.