Accounts Object
The Accounts object handles the SiteCafe accounts.
Members Table
The following table lists the members provided by the Accounts object.
Remarks
This object is available through the object Server.
Use the Accounts object to handle SiteCafe accounts.
Examples
The following example displays the activation date of the first SiteCafe account.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.Server.Accounts.GetAccountByIndex(1).ActivationDate);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top