Save Method



 
The Save method saves the configuration.


Syntax

    SiteCafe.Server.Config.Save()
    
Return Value
    None.
Remarks
    None.
Examples
    The following saves the configuration.

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

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

Back to top