Click or drag to resize

ProfileGetConfiguredAlerts Method

A list of objects detailing the alert configurations in a profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public List<PrinterAlert> GetConfiguredAlerts()

Return Value

Type: ListPrinterAlert
A list of alert objects currently in a profile.

Implements

AlertProviderGetConfiguredAlerts
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf the alerts could not be extracted from the profile.
See Also