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

Return Value

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