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

ImageUploader.MenuAddAllToUploadListText Property

Caption of the Add All To Upload List context menu item.

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

Syntax

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

Property Value

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

Default value is "Add All to Upload List".

Remarks

This property corresponds to MenuAddAllToUploadListText client-side property.

See Also

Reference