The text of the message box which asks the user to confirm that they really want to delete uploaded files.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property DeleteUploadedFilesDialogMessageText As String
public string DeleteUploadedFilesDialogMessageText { get; set; }
A string value that specifies a text of the message box which asks the user to confirm that they really want to delete uploaded files.
Default value is "Are you sure you want to permanently delete uploaded items?".