An enumeration that represents the state of a CloudUploadFile.
Definition
Namespace:Telerik.Windows.Cloud.Controls.Upload
Assembly:Telerik.Windows.Cloud.Controls.dll
Syntax:
C#
public enum CloudUploadFileState
Fields
The upload was canceled.
C#
Canceled = 5
The upload has a pending cancellation.
C#
Cancelling = 4
The upload failed.
C#
Failed = 6
The file is invalid and will not be uploaded.
C#
Invalid = 7
The upload is not started.
C#
NotStarted = 0
The file is queued for uploading.
C#
Queued = 1
The upload completed successfully.
C#
Uploaded = 3
The upload is started.
C#
Uploading = 2