-
-
Notifications
You must be signed in to change notification settings - Fork 5
BoardPreferenceVisibility
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines the visibility levels of a Trello board.
| 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. |
Used in BoardPreferences and UpdateBoardPreferencesOptions.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')