Click or drag to resize

ProfileGetArchivableSettingValues Method

Retrieve the values of all the settings that are archivable.

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

Return Value

Type: DictionaryString, String
Values of all the settings with the archivable 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