BoardPreferenceHideVotes - rwjdk/TrelloDotNet GitHub Wiki

Defines whether votes on a Trello board are hidden from other members or visible.

Values

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.

Usage

This enum is used in the BoardPreferences class to specify the visibility of votes on a board.