Debug Property



 
The Debug property indicates whether debug mode is active.


Syntax

    SiteCafe.Server.Config.Debug [=bool]
    
Possible Values
    Boolean value that specifies or retrieves the debug status.

    The property is read/write.
Remarks
    None.
Examples
    The following example displays the debug status.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.Server.Config.Debug);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top