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

ImageUploader.SecondsText Property

Text for seconds unit in the progress dialog.

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

Syntax

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

Property Value

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

Default value is "seconds".

Remarks

This property corresponds to SecondsText client-side property.

See Also

Reference