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

ImageUploader.MessageSwitchAnotherFolderWarningText Property

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)

Syntax

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

Property Value

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.".

Remarks

This property corresponds to MessageSwitchAnotherFolderWarningText client-side property.

See Also

Reference