Retrieves the names of the files which are stored on the printer.

Namespace:  ZSDK_API.Printer
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
string[] RetrieveFileNames()
Visual Basic (Declaration)
Function RetrieveFileNames As String()

Return Value

A list of file names.

Exceptions

ExceptionCondition
ZSDK_API.ApiException..::.ZebraPrinterConnectionExceptionIf an I/O error occurs.
ZSDK_API.ApiException..::.ZebraIllegalArgumentExceptionIf the response from the printer could not be parsed.
ZSDK_API.ApiException..::.ZebraGeneralExceptionIf the file contents could not be sent.

See Also