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

DeleteFilesDialog.Message Property

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a message of the dialog which asks a 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 Message As String
C#
public string Message { get; set; }

Property Value

Type: System.String

The text of the message of the delete confirmation dialog.

Default value is "Are you sure you want to permanently delete uploaded items?".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference