Aurigma Image Uploader 7.0.37
Messages..::.DeletingFilesError Property
Gets or sets a message which states that the uploaded file cannot be deleted.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property DeletingFilesError As String
C#
public string DeletingFilesError { get; set; }
Property Value
Type: System..::.String
The message which states that the uploaded file cannot be deleted, e.g. it is used by another application. It can contain the following placeholder:
- [name]
- replaced by the name of the file which cannot be deleted.
Default value is "The file '[name]' cannot be deleted".
Remarks
This property is necessary for localization of Image Uploader.