Click or drag to resize

AlertDestinationCreateAlertDestinationFromName Method

Creates an AlertDestination based on the destinationName. DestinationName

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

Parameters

destinationName
Type: SystemString
Name of one of the destinations in AlertDestination.

Return Value

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