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

ImageUploader.ButtonAddToUploadListText Property

Caption of the button which adds selected files to the upload list.

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

Syntax

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

Property Value

A string value that specifies the caption of the Add button. If an empty string is specified, the button becomes invisible.

Default value is "Add".

Remarks

This property corresponds to ButtonAddToUploadListText client-side property.

See Also

Reference