Click or drag to resize

ProfileRetrieveObjectsProperties Method

Retrieves the properties of the objects which are stored on the device.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public List<PrinterObjectProperties> RetrieveObjectsProperties()

Return Value

Type: ListPrinterObjectProperties
The list of objects with their properties.

Implements

FileUtilRetrieveObjectsProperties
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error connecting to the device.
ZebraIllegalArgumentExceptionIf there is an error parsing the directory data returned by the device.
See Also