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

ImageUploader.MessageServerNotFoundText Property

Text of the error message which states that the server with the name, specified in the Action parameter cannot be found.

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

Syntax

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

Property Value

A string value which specifies a text of the error message stating that the server with the name, specified in the Action parameter cannot be not found (e.g. the name of this server name is misspelled or the server is down). To disable this message, set it to empty string.

To be able to display additional information in this error message (the server name), a special keyword is used:

Placeholder Description
[Name] replaced by the name of the server which cannot be reached (as specified in the Action parameter).

Default value is "The server or proxy [Name] not found.".

Remarks

This property corresponds to MessageServerNotFoundText client-side property.

See Also

Reference