DownloadFolder Property



 
The DownloadFolder property contains the name of the download folder.


Syntax

    [str=] SiteKiosk.Network.Downloads.DownloadFolder
Possible Values
    String that retrieves the name of the download folder.

    The property is read only.
Remarks
    The download folder can be defined in the SiteKiosk configuration.
Examples
    The following example shows the name of the download folder in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Network.Downloads.DownloadFolder);
    </SCRIPT>
    

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

Back to top