Registered Property



 
The Registered property indicates whether the server has been registered.


Syntax

    [bool=] SiteCafe.Server.Registered
    
Possible Values
    Boolean value that retrieves the registered status.

    The property is read only.
Remarks
    None.
Examples
    The following example determines whether the server has been registered and displays it.

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

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

Back to top