Count Property



 
The Count property contains the number of available CD recorders.


Syntax

    [long=] SiteKiosk.CDRecording.RecorderList.Count
    
Possible Values
    Long value that retrieves the number of CD recorders.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the number of available CD recorders in an alert window.

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

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

Back to top