AddCardFromTemplateOptionsToKeep - rwjdk/TrelloDotNet GitHub Wiki
Defines the options for retaining specific elements when creating a card from a template.
Values
| Value | Description |
|---|---|
All |
Retain all elements from the template card. |
Attachments |
Retain attachments from the template card. |
Checklists |
Retain checklists from the template card. |
Comments |
Retain comments from the template card. |
CustomFields |
Retain custom fields from the template card. |
Due |
Retain the due date from the template card. |
Labels |
Retain labels from the template card. |
Members |
Retain members assigned to the template card. |
Start |
Retain the start date from the template card. |
Stickers |
Retain stickers from the template card. |
Usage
This enum is utilized in the AddCardFromTemplateOptions class and the TrelloClient.AddCardFromTemplateAsync method.