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

ImageUploader.MinutesText Property

Text for the minutes unit in the progress 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

A string value that specifies a text for minutes unit in the progress dialog. As this string is inserted at the end of the sentence, you should specify it without capitalization.

Default value is "minutes".

Remarks

This property corresponds to MinutesText client-side property.

See Also

Reference