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

ImageUploader.ProgressDialogWaitingForRetryText Property

Text string which appears in the progress dialog when the upload was interrupted, and Image Uploader is waiting before retrying to recover the upload.

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

Syntax

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

Property Value

A string value that specifies a Text string which appears in the progress dialog when the upload was interrupted, and Image Uploader is waiting before retrying to recover the upload (when automatic upload recovery feature is enabled).

Default value is "Waiting for retry...".

Remarks

This property corresponds to ProgressDialogWaitingForRetryText client-side property.

See Also

Reference