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

ImageUploader.AddFolderDialogTitleText Property

Title of 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 AddFolderDialogTitleText As String
C#
public string AddFolderDialogTitleText { get; set; }

Property Value

A string value that specifies a title of the folder adding dialog.

Default value is "Adding folder...".

Remarks

This property corresponds to AddFolderDialogTitleText client-side property.

See Also

Reference