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

ImageUploader.DeleteFilesDialogTitleText Property

Title of the dialog which asks the user to confirm that they really want to delete uploaded or selected files.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property DeleteFilesDialogTitleText As String
C#
public string DeleteFilesDialogTitleText { get; set; }

Property Value

A string value that specifies a title of the dialog which asks the user to confirm that they really want to delete uploaded or selected files.

Default value is "Confirm File Delete".

Remarks

This property corresponds to DeleteFilesDialogTitleText client-side property.

See Also

Reference