-
-
Notifications
You must be signed in to change notification settings - Fork 5
BoardPreferenceHideVotes
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines whether votes on a Trello board are hidden from other members or visible.
| Value | Description |
|---|---|
Unknown |
Represents an unknown value retrieved from the Trello REST API. |
Hide |
Votes are hidden from other members, allowing only the voter to see their own votes. |
DoNotHide |
Votes are visible to all members on the board. |
This enum is used in the BoardPreferences class to specify the visibility of votes on a board.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')