Click or drag to resize

ProfileGetAvailableSettings Method

Retrieve all of the setting identifiers for a profile.

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

Return Value

Type: HashSetString
Set of identifiers available for a profile.

Implements

SettingsProviderGetAvailableSettings
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 profile.
See Also