ConfigFilename Property



 
The ConfigFilename property contains the full path to the favorites configuration file.


Syntax

    [str=] SiteKiosk.Favorites.ConfigFilename
Possible Values
    String that retrieves the full path.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the full path to the favorites configuration file in an alert window.

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

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

Back to top