Click or drag to resize
PMPrinter.GetPullPrintQueues Method
Returns all active pull print queues within the Print Manager Plus database

Namespace: PM90SettingsAPI.Printer
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public static IEnumerable<PMPrinter> GetPullPrintQueues()

Return Value

Type: IEnumerable<PMPrinter>
Collection of PMPrinter objects
Exceptions
ExceptionCondition
PMDatabaseConnectionNotFoundExceptionNo database connection available on this system
PMDatabaseExceptionRepresents an database connection or syntax error that has occurred when processing an API request
PMExceptionUnexcpected exception has occurred, check inner exception
See Also