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

ImageUploader.UncheckUploadedFiles Property

Switch that specifies whether to uncheck files (in the TwoPanes layout) or remove them from the upload list (in the OnePane or ThreePanes layout) after they are successfully uploaded.

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

Syntax

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

Property Value

A boolean value (true or false). If true, files are automatically removed from upload list when upload completes. Otherwise the upload list is not cleared after upload.

Default value is true.

Remarks

This property corresponds to UncheckUploadedFiles client-side property.

See Also

Reference