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

ImageUploader.AllowMultipleRemove Property

Switch that specifies whether clicking on a remove icon of a list item will remove all selected items.

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

Syntax

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

Property Value

A boolean value (true or false). If true, when the user clicks the remove icon on the thumbnail, all selected items will be removed from upload list. Otherwise Image Uploader will remove only the item an icon is clicked at.

Default value is false.

Remarks

This property corresponds to AllowMultipleRemove client-side property.

See Also

Reference