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: 3.0.3271
Syntax
public static AlertDestination CreateAlertDestinationFromName(
	string destinationName
)

Parameters

destinationName  String
Name of one of the destinations in AlertDestination.

Return Value

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