ProductID Property
The ProductID property contains the product ID of the recorder.
Syntax
[long=] SiteKiosk.CDRecording.RecorderList.Item(index).ProductID
|
Possible Values
Long value that retrieves the product ID.
|
The property is read only.
Remarks
Examples
The following example shows the product ID of the first existing recorder in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.CDRecording.RecorderList.Item(1).ProductID);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top