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

ImageUploader.ShowDebugWindow Property

Switch that specifies whether to display an error page returned from the server if some error occurs on the page specified with the Action property.

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

Syntax

Visual Basic
Public Property ShowDebugWindow As Boolean
C#
public bool ShowDebugWindow { get; set; }

Property Value

A boolean value (true or false). If true, Image Uploader opens a window with the error page returned by the server if error occurred. Otherwise, the user-friendly error message is displayed (the MessageUnexpectedErrorText property). Also, this property influences on certain error messages which are meaningful only to a website developer.

Default value is false.

Remarks

This property corresponds to ShowDebugWindow client-side property.

See Also

Reference