Click or drag to resize

AlertConditionCreateAlertConditionFromName Method

Creates an AlertCondition based on the conditionName.

Namespace: Zebra.Sdk.Settings
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public static AlertCondition CreateAlertConditionFromName(
	string conditionName
)

Parameters

conditionName  String
Name of one of the conditions in AlertCondition.

Return Value

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