-
Notifications
You must be signed in to change notification settings - Fork 3
CardsConditionIds
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines conditions for filtering cards based on their associated child objects such as labels, members, and lists.
Value | Description |
---|---|
Equal |
Id is equal to the given value. |
NotEqual |
Id is not equal to the given value. |
AnyOfThese |
Id is any of the given values. |
AllOfThese |
Ids exist with all the given values (applicable to labels and members, not lists). |
NoneOfThese |
Ids contain none of the given values. |
Used in methods like CardsFilterCondition.ListId, CardsFilterCondition.LabelId, and CardsFilterCondition.MemberId.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')