SiteKiosk Documentation
One Step Back

AccountsCol Collection




The AccountsCol collection contains SiteCafe accounts.


Members Table

    The following table lists the members provided by the AccountsCol collection.

    Members
    PropertiesDescription
    CountContains the number of accounts.
    MethodsDescription
    ItemReturns one item of the collection.

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

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    accounts = SiteCafe.Server.Accounts.GetAccounts(0, 0, 1, 10, true);
    alert(accounts.Item(1).Persistent);
    </SCRIPT>
    

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

Back to topBack to top

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