Obtains a list with the printers assigned to the indicated user.

1 system.user.getPrinterList

<system.user.getPrinterList code='code'/>
Example

Obtains the list of printers assigned to the user which executes it.

Copy
<xsql-script name='system_user_getPrinterList_sample2'>
    <body>
        <println>
            <system.user.getPrinterList />
        </println>
    </body>
</xsql-script>