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