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

ImageUploader.MessageRetryOpenFolderText Property

Text of the message which is displayed when Image Uploader tries to restore last visited folder and it is not available.

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

Syntax

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

Property Value

A string value that specifies a text of the message which is displayed when Image Uploader tries to restore last visited folder and it is not available. If you do not want to display this message and prefer to reset current folder to desktop whenever last visited folder restoration failed, set empty string to this property.

Default value is "Last visited folder is not available. It is possible it is located on a removable media. Insert the media and click Retry button or click Cancel button to continue.".

Remarks

This property corresponds to MessageRetryOpenFolderText client-side property.

See Also

Reference