Aurigma Image Uploader 6.5 Dual
ImageUploader..::.DeleteSelectedFilesDialogMessageText Property
The text of the message box which asks the user to confirm that they really want to delete selected files.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property DeleteSelectedFilesDialogMessageText As String
C#
public string DeleteSelectedFilesDialogMessageText { get; set; }
Property Value
A string value that specifies a text of the message box which asks the user to confirm that they really want to delete selected files.
Default value is "Are you sure you want to permanently delete selected items?".
Remarks
This property corresponds to DeleteSelectedFilesDialogMessageText client-side property.