-
Notifications
You must be signed in to change notification settings - Fork 4
MoveCardToBoardOptionsLabelOptions
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines options for handling labels when moving a card to another board.
Value | Description |
---|---|
MigrateToLabelsOfSameNameAndColorAndCreateMissing |
Migrate labels with the same color and name, creating missing labels on the new board. |
MigrateToLabelsOfSameNameAndColorAndRemoveMissing |
Migrate labels with the same color and name, removing labels that do not exist on the new board. |
MigrateToLabelsOfSameNameAndCreateMissing |
Migrate labels with the same name (allowing color changes), creating missing labels on the new board. |
MigrateToLabelsOfSameNameAndRemoveMissing |
Migrate labels with the same name (allowing color changes), removing labels that do not exist on the new board. |
RemoveAllLabelsOnCard |
Remove all labels from the card before moving it to the new board. |
Used in MoveCardToBoardOptions and related methods such as MoveCardToBoardAsync.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')