-
Notifications
You must be signed in to change notification settings - Fork 4
GetBoardOptionsTypesOfBoardsToInclude
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Specifies the types of boards to include in a multi-board result.
Value | Description |
---|---|
All |
Includes all boards, both open and closed. |
Closed |
Includes only closed boards. |
Members |
Includes boards associated with members (specific functionality undocumented). |
Open |
Includes only open boards. |
Organization |
Includes boards associated with organizations (specific functionality undocumented). |
Public |
Includes public boards. |
Starred |
Includes boards starred by the member owning the Trello token. |
This enum is utilized in the GetBoardOptions class to filter board types in methods such as GetBoardsAsync and GetBoardsForMemberAsync.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')