Click or drag to resize

JobControlProviderGetJobSettingsValues Method

Retrieves the device's setting values for a list of setting IDs.

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

Parameters

listOfSettings
Type: System.Collections.GenericListString
List of setting IDs.

Return Value

Type: DictionaryString, String
A Dictionary containing the setting ID's and their values.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings could not be retrieved.
See Also