LimitedUserMyDocuments Property



 
The LimitedUserMyDocuments property contains the documents directory of the restricted SiteKiosk user.


Syntax

    [str=] SiteKiosk.Security.LimitedUserMyDocuments
Possible Values
    String that retrieves the path of the documents folder.

    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 documents folder in an alert window.

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

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

Back to top