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

ImageUploader.MenuAddToUploadListText Property

Caption of the Add To Upload List context menu item.

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

Syntax

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

Property Value

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

Default value is "Add to Upload List".

Remarks

This property corresponds to MenuAddToUploadListText client-side property.

See Also

Reference