Click or drag to resize

ProfileGetClonableSettingValues Method

Retrieve the values of all the settings that are clonable.

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

Return Value

Type: DictionaryString, String
Values of all the settings with the clonable attribute that are in the profile.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings could not be loaded.
See Also