-
-
Notifications
You must be signed in to change notification settings - Fork 5
RemoveCoverFromCardAction
Rasmus Wulff Jensen edited this page Nov 1, 2023
·
2 revisions
Back to Automation Action List
This Automation Action Removes a Cover from a card
- None
Automation sampleAutomation = new Automation("Remove Cover when the card is moved to board from another",
new CardMovedToBoardTrigger(),
null, //No conditions
new List<IAutomationAction>
{
new RemoveCoverFromCardAction()
});If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')