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