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