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

ImageUploader.AddFolderDialogButtonCancelText Property

Caption of the Cancel 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 AddFolderDialogButtonCancelText As String
C#
public string AddFolderDialogButtonCancelText { get; set; }

Property Value

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

Default value is "Cancel".

Remarks

This property corresponds to AddFolderDialogButtonCancelText client-side property.

See Also

Reference