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

ImageUploader.AddFolderDialogButtonSkipText Property

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

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

Syntax

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

Property Value

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

Default value is "Skip".

Remarks

This property corresponds to AddFolderDialogButtonSkipText client-side property.

See Also

Reference