-
Notifications
You must be signed in to change notification settings - Fork 4
CardsFilter
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines filters for selecting specific cards on a Trello board.
Value | Description |
---|---|
All |
Includes all cards on the board. |
Closed |
Includes only archived cards. |
Open |
Includes only open cards, including those in archived lists. |
Visible |
Includes only open cards, excluding those in archived lists. |
Used in methods such as GetCardOptions and Filter for filtering cards based on specific criteria.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')