-
Notifications
You must be signed in to change notification settings - Fork 3
BoardPreferenceWhoCanVote
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines who can vote on a Trello board when the 'Votes' Power-Up is enabled.
Value | Description |
---|---|
Unknown |
Represents an unknown value retrieved from the Trello REST API. |
Disabled |
Voting is disabled on the board. |
Members |
Only admins and board members can vote. |
Observers |
Admins, board members, and observers can vote. |
Workspace |
Admins, board members, observers, and workspace members can vote (requires the board to be public or a workspace board). |
Public |
Everyone can vote (requires the board to be public). |
Used in BoardPreferences and UpdateBoardPreferencesOptions.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')