Filename Property
The Filename property contains the name of the configuration file.
Syntax
[str=] SiteCafe.Server.Config.Filename
|
Possible Values
String that retrieves the directory.
|
The property is read only.
Remarks
Examples
The following example displays the name of the configuration file.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.Server.Config.Filename);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top