-
Notifications
You must be signed in to change notification settings - Fork 4
BoardPreferenceWhoCanAddAndRemoveMembers
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines who has the permissions to add or remove members from a Trello board.
Value | Description |
---|---|
Unknown |
Represents an unknown value retrieved from the Trello REST API. |
Members |
Any board member can add or remove members. |
Admins |
Only admins can add or remove members. |
This enum is utilized in the BoardPreferences class and the UpdateBoardPreferencesOptions class.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')