-
Notifications
You must be signed in to change notification settings - Fork 4
MemberConditionConstraint
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines constraints for checking the presence of members on a card.
Value | Description |
---|---|
AnyOfThesePresent |
Checks if any of the specified members are present on the card. |
NoneOfTheseArePresent |
Checks if none of the specified members are present on the card. |
AllOfThesePresent |
Checks if all of the specified members are present on the card. |
NonePresent |
Checks if no members are present on the card. |
Used in MemberCondition to specify constraints for member presence checks.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')