This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.ProgressDialogEstimatedTimeText Property

Caption of the label on the progress dialog which displays estimated time of upload.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ProgressDialogEstimatedTimeText As String
C#
public string ProgressDialogEstimatedTimeText { get; set; }

Property Value

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.
Note

Some of the HoursText, MinutesText, or SecondsText values is automatically appended to time values.

Default value is "Estimated time: [Current] of [Total]".

Remarks

This property corresponds to ProgressDialogEstimatedTimeText client-side property.

See Also

Reference