LimitedUserName Property
The LimitedUserName property contains the name of the restricted SiteKiosk user.
Syntax
[str=] SiteKiosk.Security.LimitedUserName
|
Possible Values
String that retrieves the name of the restricted user account.
|
The property is read only.
Remarks
This string is empty if the restricted SiteKiosk user account has not been installed.
Examples
The following example shows the name of the restricted user account in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Security.LimitedUserName);
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top