-
Notifications
You must be signed in to change notification settings - Fork 4
CardCoverConditionConstraint
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines constraints for evaluating the presence and type of covers on a Trello card.
Value | Description |
---|---|
DoesNotHaveACover |
Indicates that the card does not have a cover at all. |
DoesNotHaveACoverOfTypeColor |
Indicates that the card does not have a cover or the cover is not a color cover. |
DoesNotHaveACoverOfTypeImage |
Indicates that the card does not have a cover or the cover is not an image cover. |
HaveACover |
Indicates that the card has a cover. |
HaveACoverOfTypeColor |
Indicates that the card has a cover and it is of type color. |
HaveACoverOfTypeImage |
Indicates that the card has a cover and it is of type image. |
This enum is utilized in the CardCoverCondition class to specify conditions for card cover checks.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')