ModulePath Property



 
The ModulePath property contains the path of the SiteCafe module.


Syntax

    [str=] SiteCafe.ModulePath
    
Possible Values
    String that retrieves the path.

    The property is read only.
Remarks
    None.
Examples
    The following example displays the SiteCafe module path.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.ModulePath);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top