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