Click or drag to resize

AlertConditionCreateAlertCondition Method

Creates an AlertCondition based on the condition.

Namespace:  Zebra.Sdk.Settings
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public static AlertCondition CreateAlertCondition(
	string condition
)

Parameters

condition
Type: SystemString
Name of one of the values of AlertCondition.

Return Value

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