AddingAllowed Property



 
The AddingAllowed property indicates whether adding favorites is allowed.


Syntax

    [bool=] SiteKiosk.Favorites.AddingAllowed
Possible Values
    Boolean value that retrieves the state.

    The property is read only.
Remarks
    None.
Examples
    The following example determines whether adding favorites is allowed and shows it in an alert window.

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

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

Back to top