AccountIndex Property
The AccountIndex property contains the index number of the account.
Syntax
[long=] SiteKiosk.Plugins("SiteCash").Devices("SiteCafeClient").
AccountIndex
|
Possible Values
Long value that retrieves the index.
|
The property is read only.
Remarks
Examples
The following example displays the index number of the account.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteCafe = SiteKiosk.Plugins("SiteCash").Devices("SiteCafeClient");
alert(SiteCafe.AccountIndex);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top