Click or drag to resize

SettingsProviderGetAvailableSettings Method

Retrieve all of the setting identifiers for a device.

Namespace:  Zebra.Sdk.Settings
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
HashSet<string> GetAvailableSettings()

Return Value

Type: HashSetString
Set of identifiers available for a device.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf the settings could not be loaded
Remarks
These are the IDs that may be used as keys for retrieving and updating settings for a device. GetSettingValue(String)
See Also