BaseControl.DebugScriptLevel Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a debug level.

Syntax

PHP
public function getDebugScriptLevel() {
}

public function setDebugScriptLevel($value) {
}

Property Value

Type: integer

The debug level. The following values are supported:

ValueDescription
0Show no messages at all.
1Show errors only.
2Show errors and debug messages from ActiveX/Java Uploader.
3Show errors, debug messages from ActiveX/Java 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