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: 3.0.3271
Syntax
public List<PrinterAlert> GetConfiguredAlerts()

Return Value

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