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

ImageUploader.MessageUserSpecifiedTimeoutHasExpiredText Property

Text of the error message which states that the client-side timeout has expired. To disable this message, set it to an empty string.

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

Syntax

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

Property Value

A string value which specifies text of the error message stating that the client-side timeout has expired. To disable this message, set it to an empty string.

Default value is "User-specified timeout has expired.".

Remarks

This property corresponds to MessageUserSpecifiedTimeoutHasExpiredText client-side property.

See Also

Reference