Text of the error message which states that the specified file cannot be deleted.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ErrorDeletingFilesDialogMessageText As String
public string ErrorDeletingFilesDialogMessageText { get; set; }
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]".