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)
Public Property ProgressDialogWaitingForRetryText As String
public string ProgressDialogWaitingForRetryText { get; set; }
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...".