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

BaseControl.DebugScriptLevel Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a debug level.

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

Syntax

Visual Basic
Public Property DebugScriptLevel As Integer
C#
public int DebugScriptLevel { get; set; }

Property Value

Type: System.Int32

The debug level. The following values are supported:

ValueDescription
0Show no messages at all.
1Show errors only.
2Show errors and debug messages from Image Uploader.
3Show errors, debug messages from Image Uploader, and information messages.
Note

If DebugScriptLevel is greater than 0, the uncompressed client-side scripts are used.

Default value is 0.

See Also

Reference