BoardPreferenceCardCovers - rwjdk/TrelloDotNet GitHub Wiki
Defines whether card covers are displayed on a Trello board.
Values
| Value | Description |
|---|---|
Unknown |
Represents an unknown value retrieved from the Trello REST API. |
Show |
Indicates that card covers should be displayed. |
DoNotShow |
Indicates that card covers should not be displayed. |
Usage
This enum is used in the BoardPreferences class and the UpdateBoardPreferencesOptions class.