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