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

ImageUploader.MenuRemoveAllFromUploadListText Property

Caption of the Remove All From Upload List context menu item.

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

Syntax

Visual Basic
Public Property MenuRemoveAllFromUploadListText As String
C#
public string MenuRemoveAllFromUploadListText { get; set; }

Property Value

A string value that specifies a caption of the Remove All From Upload List context menu item.

Default value is "Remove All from Upload List".

Remarks

This property corresponds to MenuRemoveAllFromUploadListText client-side property.

See Also

Reference