-
Notifications
You must be signed in to change notification settings - Fork 4
RemoveVoteFromCardAsync
Rasmus Wulff Jensen edited this page Nov 1, 2023
·
2 revisions
Remove a vote from a member from a card
string cardId = "423432423j33kj43jj3";
string memberIdToFromAsVote = "r4rt5t6t7h7h77h555223";
await TrelloClient.RemoveVoteFromCardAsync(cardId, memberIdToFromAsVote);
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')