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

ImageUploader.ButtonAddAllToUploadListText Property

Caption of the button which adds all files in the current folder to the upload list.

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

Syntax

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

Property Value

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

Default value is "Add All".

Remarks

This property corresponds to ButtonAddAllToUploadListText client-side property.

See Also

Reference