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

ImageUploader.ButtonSendText Property

Caption of the button which starts the upload of the selected files which starts the upload of selected files.

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

Syntax

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

Property Value

This property specifies a caption of the Send button. If an empty string is specified, the button becomes invisible.

Default value is "Send".

Remarks

This property corresponds to ButtonSendText client-side property.

See Also

Reference