Click or drag to resize

SettingsProviderGetAllSettings Method

Retrieve all settings and their attributes.

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

Return Value

Type: DictionaryString, Setting
Map of setting IDs and setting attributes contained in the profile
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings could not be retrieved
See Also