-
-
Notifications
You must be signed in to change notification settings - Fork 5
CardsConditionCount
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines conditions for filtering cards based on the count of specific attributes, such as labels or members.
| Value | Description |
|---|---|
Equal |
Count is equal to the given value. |
NotEqual |
Count is not equal to the given value. |
GreaterThan |
Count is greater than the given value. |
LessThan |
Count is less than the given value. |
GreaterThanOrEqual |
Count is greater than or equal to the given value. |
LessThanOrEqual |
Count is less than or equal to the given value. |
Used in methods like LabelCount and MemberCount within the CardsFilterCondition class.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')