BoardPreferenceVisibility - rwjdk/TrelloDotNet GitHub Wiki
Defines the visibility levels of a Trello board.
Values
| Value | Description |
|---|---|
Unknown |
Represents an unknown visibility value retrieved from the Trello REST API. |
Private |
The board is private and only accessible to invited members. |
Workspace |
The board is visible to all members of the workspace. |
Public |
The board is public and accessible to anyone. |
Usage
Used in BoardPreferences and UpdateBoardPreferencesOptions.