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

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.

See Also

Reference