Click or drag to resize

ProfileGetAllSettings Method

Retrieve all settings and their attributes.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public Dictionary<string, Setting> GetAllSettings()

Return Value

Type: DictionaryString, Setting
Map of setting IDs and setting attributes contained in the profile

Implements

SettingsProviderGetAllSettings
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings could not be retrieved
See Also