Revision Property



 
The Revision property contains the revision of the recorder.


Syntax

    [long=] SiteKiosk.CDRecording.RecorderList.Item(index).Revision
    
Possible Values
    Long value that retrieves the revision.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the revision of the first existing recorder in an alert window.

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

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

Back to top