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)
Public Property ButtonAddFoldersText As String
public string ButtonAddFoldersText { get; set; }
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...".