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

ImageUploader.MessageBoxTitleText Property

Title of the message box which appears when some error occurs or upload is finished.

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

Syntax

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

Property Value

A string value that specifies a title of message boxes displayed by Image Uploader.

Default value is "Image Uploader".

Remarks

This property corresponds to MessageBoxTitleText client-side property.

See Also

Reference