Count Property
The Count property contains the number of selected audio files.
Syntax
[long=] SiteKiosk.CDRecording.AudioFiles.Count
|
Possible Values
Long value that retrieves the number of selected audio files.
|
The property is read only.
Remarks
Examples
The following example shows the number of selected audio files in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.CDRecording.AudioFiles.Count);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top