-
Notifications
You must be signed in to change notification settings - Fork 4
LabelRemovedFromCardTriggerConstraint
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines constraints for triggers that activate when a label is removed from a card.
Value | Description |
---|---|
AnyOfTheseLabelsAreRemoved |
The trigger activates if any of the specified labels are removed from the card. |
AnyButTheseLabelsAreRemoved |
The trigger activates if any label other than the specified ones is removed from the card. |
AnyLabel |
The trigger activates if any label is removed from the card, regardless of which one. |
This enum is used in the LabelRemovedFromCardTrigger class.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')