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

ImageUploader.ErrorDeletingFilesDialogMessageText Property

Text of the error message which states that the specified file cannot be deleted.

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

Syntax

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

Property Value

A string value which specifies a text of the error message which states that the specified file cannot be deleted, e.g. it is used by another application.

To be able to display additional information in this error message (like the filename), a special keyword is used:

Placeholder Description
[Name] replaced by the name of the file which cannot be deleted.

Default value is "Could not delete [Name]".

Remarks

This property corresponds to ErrorDeletingFilesDialogMessageText client-side property.

See Also

Reference