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

ImageUploader.ButtonAddFoldersText Property

Caption of the button which opens the standard Open Folder dialog to add the entire folder content to the upload list.

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

Syntax

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

Property Value

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

Default value is "Add Folders...".

Remarks

This property corresponds to ButtonAddFoldersText client-side property.

See Also

Reference