EnumCloudUploadFileState
Enum
An enumeration that represents the state of a CloudUploadFile.
Definition
Namespace:Telerik.Windows.Cloud.Controls.Upload
Assembly:Telerik.Windows.Cloud.Controls.dll
Syntax:
cs-api-definition
public enum CloudUploadFileState
Fields
Canceled
The upload was canceled.
Cancelling
The upload has a pending cancellation.
Invalid
The file is invalid and will not be uploaded.
NotStarted
The upload is not started.
Queued
The file is queued for uploading.
Uploaded
The upload completed successfully.
Uploading
The upload is started.