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

ImageUploader.DeleteUploadedFiles Property

Switch that defines whether successfully uploaded files should be deleted.

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

Syntax

Visual Basic
Public Property DeleteUploadedFiles As Boolean
C#
public bool DeleteUploadedFiles { get; set; }

Property Value

A boolean value (true or false). If true, after successful upload Image Uploader shows a dialog, asking the user whether the uploaded files should be deleted. If the user clicks Yes, the files will be deleted.

Default value is false.

Remarks

This property corresponds to DeleteUploadedFiles client-side property.

See Also

Reference