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

UploadProgressDialog.EstimationText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a caption of the label which displays estimated time of the upload.

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

Syntax

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

Property Value

Type: System.String

The text of the Estimated remaining time label. It can contain the following placeholder:

[time]
replaced by the estimation of how much time is left.
Note

Format of the displayed time can be configured via the TimeFormat property.

Default value is "Estimated remaining time: [time]".

Remarks

Note

The estimation of the upload time may be quite inaccurate and depends on the UploadSettings.ProgressBytesMode.

This property is necessary for localization of Image Uploader.

See Also

Reference