Text of the warning message which is displayed when the user changes the current folder and some items are selected for upload in this folder.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property MessageSwitchAnotherFolderWarningText As String
public string MessageSwitchAnotherFolderWarningText { get; set; }
A string value that displays a message which warns that the selection will be lost when the user navigates to another folder. To disable this message, set it to an empty string.
Default value is "You are about to switch to another folder. This will discard selection from selected files. To proceed and lose selection click OK. To keep the selection and stay in the current folder, click Cancel.".