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