Aurigma Image Uploader 6.5 Dual
ImageUploader..::.DeleteUploadedFilesDialogMessageText Property
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)
Syntax
Visual Basic
Public Property DeleteUploadedFilesDialogMessageText As String
C#
public string DeleteUploadedFilesDialogMessageText { 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 uploaded files.
Default value is "Are you sure you want to permanently delete uploaded items?".
Remarks
This property corresponds to DeleteUploadedFilesDialogMessageText client-side property.