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

ImageUploader.AddFolderDialogButtonSkipAllText Property

Caption of the Skip All button on the dialog displayed when the folders are being added to the upload list.

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

Syntax

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

Property Value

A string value that specifies a caption of the Skip All button on the dialog displayed when the folder is added to the upload list.

Default value is "Skip All".

Remarks

This property corresponds to AddFolderDialogButtonSkipAllText client-side property.

See Also

Reference