-
Notifications
You must be signed in to change notification settings - Fork 3
ChecklistItemState
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Represents the state of a checklist item, indicating whether it is complete or incomplete.
Value | Description |
---|---|
Unknown |
Represents an unknown state retrieved from the Trello REST API. |
None |
Indicates no state is assigned to the checklist item. |
Incomplete |
The checklist item is not completed. |
Complete |
The checklist item is completed. |
This enum is utilized in various classes and methods such as ChecklistItem, TrelloActionDataCheckItem, WebhookActionDataCheckItem, and CheckItemStateUpdatedOnCardTrigger.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')