ZoneName Property



 
The ZoneName property contains the current zone name.


Syntax

    [str=] SiteKiosk.Plugins("SiteCash").ZoneDispatch.ZoneName
    
Possible Values
    String that retrieves the zone name.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the current zone name in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCash").ZoneDispatch.ZoneName);
    </SCRIPT>

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

Back to top