Caption of the label on the progress dialog which displays estimated time of upload.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ProgressDialogEstimatedTimeText As String
public string ProgressDialogEstimatedTimeText { get; set; }
A string value that specifies a caption of the label on the progress dialog which displays estimated time of upload (both total time and how much is left).
To be able to display additional information in this dialog (like the total time and the time left), special keywords are used:
Placeholder | Description |
---|---|
[Current] | replaced by the estimation of how much time is left. |
[Total] | replaced by the estimation of the total upload time. |
Some of the HoursText, MinutesText, or SecondsText values is automatically appended to time values.
Default value is "Estimated time: [Current] of [Total]".