SiteKioskDirectory Property
The SiteKioskDirectory property contains the main directory of the SiteKiosk application.
Syntax
[Str=] SiteKioskConfig.SiteKioskDirectory
|
Possible Values
String that retrieves the name of the directory.
|
The property is read only.
Remarks
Examples
The following example reads the SiteKioskDirectory value and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKioskConfig.SiteKioskDirectory);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top