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: 3.0.3271
Syntax
public Dictionary<string, string> GetSettingsValues(
	List<string> listOfSettings
)

Parameters

listOfSettings  ListString
List of setting ids.

Return Value

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