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

UploadProgressDialog.MinutesText Property

Supported browsers: Internet Explorer

Gets or sets a text for the minutes unit in the uploading files dialog.

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

Syntax

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

Property Value

Type: System.String

The text of the minutes unit in the uploading files dialog. As this string is inserted at the end of a sentence, you should specify it without capitalization.

Default value is "minutes".

Remarks

Note

This string is used when the TimeFormat value contains Appearance=Words setting.

This property is necessary for localization of Image Uploader.

See Also

Reference