Click or drag to resize

ProfileGetSettingsValues Method

Retrieves the profile's setting values for a list of setting ids.

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

Parameters

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

Return Value

Type: DictionaryString, String
The settings' values.

Implements

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