-
-
Notifications
You must be signed in to change notification settings - Fork 5
CardsConditionNumber
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines conditions for filtering cards based on numerical values.
| Value | Description |
|---|---|
Equal |
Number is equal to the given value. |
NotEqual |
Number is not equal to the given value. |
GreaterThan |
Number is greater than the given value. |
LessThan |
Number is less than the given value. |
GreaterThanOrEqual |
Number is greater than or equal to the given value. |
LessThanOrEqual |
Number is less than or equal to the given value. |
HasAnyValue |
Number has any value (is not blank). |
DoNotHaveAnyValue |
Number does not have any value (is blank). |
AnyOfThese |
Number is any of the given values. |
NoneOfThese |
Number is none of the given values. |
Between |
Number is between two given values. |
NotBetween |
Number is not between two given values. |
Used in methods such as AdvancedNumberCondition and CustomField for creating number-based conditions.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')