-
-
Notifications
You must be signed in to change notification settings - Fork 5
GetMembersWhoVotedOnCardAsync
Rasmus Wulff Jensen edited this page Nov 1, 2023
·
1 revision
Get a list of members who voted on a specific card
string cardId = "6567h55tttt4455";
List<Member> membersWhoVoted = await trelloClient.GetMembersWhoVotedOnCardAsync(cardId);
````If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')