Index Property
The Index property contains the index number of the admin.
Syntax
Possible Values
Long value that retrieves the index.
|
The property is read only.
Remarks
Examples
The following example displays the index number of the first available admin.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
admin = SiteCafe.Server.Admins.GetAdminByIndex(1);
alert(admin.Index);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top