-
Notifications
You must be signed in to change notification settings - Fork 4
BoardPreferenceWhoCanComment
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines who can write comments on cards within a Trello board.
Value | Description |
---|---|
Unknown |
Represents an unknown value retrieved from the Trello REST API. |
Disabled |
Commenting is disabled on the board. |
Members |
Only admins and board members can comment. |
Observers |
Admins, board members, and observers can comment. |
Workspace |
Admins, board members, observers, and workspace members can comment (requires the board to be public or workspace board). |
Public |
Everyone can comment (requires the board to be public). |
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')