Start Page>SiteKiosk Object>Favorites Object>Count Property

Count Property



 
The Count property contains the number of existing favorites.


Syntax

    [long=] SiteKiosk.Favorites.Count
Possible Values
    Long value that retrieves the number of favorites.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the number of existing favorites.

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

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

Back to topBack to top