VolumeAvail Property



 
The VolumeAvail property indicates if the volume can be modified.


Syntax

    [bool=] SiteKiosk.Multimedia.VolumeAvail
Possible Values
    Boolean value that retrieves whether the volume can be modified.

    The property is read only.
Remarks
    None.
Examples
    The following example determines if the volume can be modified and shows it in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Multimedia.VolumeAvail);
    </SCRIPT>

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

Back to top