SiteKiosk Documentation
One Step Back

Account Object




The Account object represents a SiteCafe account.


Members Table

Remarks
    This object is returned by the GetAccountByIndex or Item method. Use the Account object to modifiy or receive information about an account.

Examples
    The following example displays the persistent status of the first available account.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    account = SiteCafe.Server.Accounts.GetAccountByIndex(1);
    alert(account.Persistent);
    </SCRIPT>
    

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

Back to topBack to top

© 1997-2011 PROVISIO - Aventura, USA & Muenster, Germany -