BoardPreferenceCardAging - rwjdk/TrelloDotNet GitHub Wiki
Defines the type of card aging visual representation on a Trello board.
Values
| Value | Description |
|---|---|
Unknown |
Represents an undefined or unrecognized card aging type retrieved from the Trello API. |
Regular |
Cards age visually in a regular manner, showing their age over time. |
Pirate |
Cards age visually in a pirate-themed manner, showing their age over time. |
Usage
This enum is used in the BoardPreferences class and the UpdateBoardPreferencesOptions class.