UploadQueueTotalUploadedSizeAsString Property

Gets the string representation of TotalUploadedSize - the total uploaded size for all items in the upload queue. This will be incremented until the upload queue is completed (whether successful or failed).

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.8
C#
public string TotalUploadedSizeAsString { get; }

Property Value

String

See Also