Click or drag to resize

Profile.GetSettingsValues 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.Generic.List<String>
List of setting ids.

Return Value

Type: Dictionary<String, String>
The settings' values.

Implements

SettingsProvider.GetSettingsValues(List<String>)
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings could not be retrieved.
See Also