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

AuthenticationDialog.Text Property

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a text of the dialog message.

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

Syntax

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

Property Value

Type: System.String

The text of the dialog message. It can contain the following placeholder:

[name]
replaced by the name of the server which requests authentication.

Default value is "Host [name] requires authentication".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference