ManagedPrinterCount Property



 
The ManagedPrinterCount property contains the number of printers managed by SiteKiosk.


Syntax

    [long=] SiteKiosk.Printer.ManagedPrinterCount
    
Possible Values
    Long value that retrieves the number of printers.

    The property is read only.
Remarks Examples
    The following example displays the number of printers managed by SiteKiosk.

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

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top