BaseControl.DebugScriptLevel Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets or sets a debug level.

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

Syntax

C#
public int DebugScriptLevel { get; set; }

Property Value

Type: System..Int32

The debug level. The following values are supported:

Value Description
0 Show no messages at all.
1 Show errors only.
2 Show errors and debug messages from HTML5/Flash Uploader.
3 Show errors, debug messages from HTML5/Flash 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

Manual