Users Object
The Users object handles the SiteCafe users.
Members Table
The following table lists the members provided by the Sessions object.
Remarks
This object is available through the object Server.
Use the Users object to handle the SiteCafe users.
Examples
The following example deletes the first SiteCafe user.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteCafe.Server.Users.Delete(1);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top