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.15.2634
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