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

UploadProgressDialog.ReconnectionText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets text of the label visible between connection attempts if upload was failed.

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

Syntax

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

Property Value

Type: System.String

Text of the Reconnection label.

Default value is "Upload failed. Waiting to reconnect...".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference

Manual