SaveConfig Method



 
The SaveConfig method saves the current SiteCafe configuration.


Syntax

    SiteCafe.SaveConfig()
    
Return Value
    None.
Remarks
    None.
Examples
    The following example saves the current SiteCafe configuration.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteCafe.SaveConfig();
    </SCRIPT>
    

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

Back to top