-
Notifications
You must be signed in to change notification settings - Fork 4
LabelConditionConstraint
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines constraints for label conditions in Trello automation.
Value | Description |
---|---|
AnyOfThesePresent |
Checks if any of the provided labels are present on the card. |
NoneOfTheseArePresent |
Checks if none of the provided labels are present on the card. |
AllOfThesePresent |
Checks if all of the provided labels are present on the card. |
NonePresent |
Checks if no labels are present on the card. |
Used in LabelCondition class for specifying label constraints.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')