-
Notifications
You must be signed in to change notification settings - Fork 4
GetBoardOptionsIncludeCards
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Specifies the collection of cards to be included when retrieving board data.
Value | Description |
---|---|
None |
No cards should be included in the response. |
OpenAndArchivedCards |
Includes all cards, both open and archived. |
ArchivedCards |
Includes only archived cards. |
OpenCardsOnOpenAndArchivedLists |
Includes open cards from both open and archived lists. |
OpenCards |
Includes only open cards from open lists. |
This enum is used in the GetBoardOptions class to define the IncludeCards
property.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')