Config Object



 
The Config object contains the SiteCafe configuration.


Members Table

Remarks
    This object is available through the object Server. Use the Config object to read or modify the SiteCafe configuration.

Examples
    The following example displays the configuration backup directory.

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

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

Back to top