ID Property



 
The ID property contains the ID of the download.


Syntax

    [long=] SiteKiosk.Network.Downloads.Item(index).ID
Possible Values
    Long value that retrieves the download ID.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the ID of the first existing download.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Network.Downloads.Item(1).ID);
    </SCRIPT>
    

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

Back to top