Click or drag to resize

JobControlProviderGetAllJobSettings Method

Retrieve all settings and their attributes.

Namespace:  Zebra.Sdk.Card.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
Dictionary<string, Setting> GetAllJobSettings()

Return Value

Type: DictionaryString, Setting
A Dictionary of job 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