Click or drag to resize
PMPrinterGetPullPrintQueue Method
Gets a PMPrinter object representing a pull print queue

Namespace: PM90SettingsAPI.Printer
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public static PMPrinter GetPullPrintQueue(
	string queuename = null
)

Parameters

queuename (Optional)
Type: SystemString
Name of the pull print queue. Supplying null will yield the default pull print queue settings.

Return Value

Type: PMPrinter
New PMPrinter instance, or null if not found.
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