GetBoardOptionsIncludeLists - rwjdk/TrelloDotNet GitHub Wiki
Specifies the collection of lists to be included when retrieving board data.
Values
| Value | Description |
|---|---|
None |
No lists are included in the response. |
All |
Includes all lists, both open and archived. |
Closed |
Includes only archived lists. |
Open |
Includes only open lists. |
Usage
Used in GetBoardOptions to define the scope of lists included in board retrieval operations.