CloudUploadItemsSummary
Struct
Struct containing information about the items of a RadCloudUpload.
Definition
Namespace:Telerik.Windows.Cloud.Controls.Upload
Assembly:Telerik.Windows.Cloud.Controls.dll
Syntax:
C#
public struct CloudUploadItemsSummary
Inherited Members
Properties
The canceled items count.
C#
public int CanceledItemsCount { get; }
The cancelling items count.
C#
public int CancellingItemsCount { get; }
The failed items count.
C#
public int FailedItemsCount { get; }
The invalid items count.
C#
public int InvalidItemsCount { get; }
The items count.
C#
public int ItemsCount { get; }
The not started items count.
C#
public int NotStartedItemsCount { get; }
The queued items count.
C#
public int QueuedItemsCount { get; }
The uploaded items count.
C#
public int UploadedItemsCount { get; }
The uploading items count.
C#
public int UploadingItemsCount { get; }
Methods
Operators
Compares the value of two CloudUploadItemsSummary structs for inequality.
C#
public static bool operator !=(CloudUploadItemsSummary left, CloudUploadItemsSummary right)
Compares the value of two CloudUploadItemsSummary structs for equality.
C#
public static bool operator ==(CloudUploadItemsSummary left, CloudUploadItemsSummary right)