LimitedUserProfileDir Property



 
The LimitedUserProfileDir property contains the path of the restricted user profile directory.


Syntax

    [str=] SiteKiosk.Security.LimitedUserProfileDir
Possible Values
    String that retrieves the path of the directory.

    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 path of the restricted user profile directory in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Security.LimitedUserProfileDir);
    </SCRIPT>

Applies to
    SiteKiosk v5.5 (and later versions).

Back to top