Click or drag to resize

AlertDestinationCreateAlertDestination Method

Creates an AlertDestination based on the destination.

Namespace:  Zebra.Sdk.Settings
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public static AlertDestination CreateAlertDestination(
	string destination
)

Parameters

destination
Type: SystemString
Name of one of the values of AlertDestination.

Return Value

Type: AlertDestination
Based on the destination
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf destination is not a valid alert destination.
Remarks
If the destination is invalid a ZebraIllegalArgumentException will be thrown.
See Also