FreeBlocks Property



 
The FreeBlocks property contains the number of free blocks.


Syntax

    [long=] SiteKiosk.CDRecording.FreeBlocks
    
Possible Values
    Long value that retrieves the number of free blocks.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the number of free blocks in an alert window.

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

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

Back to top