SetFieldsOnCardValueCriteria - rwjdk/TrelloDotNet GitHub Wiki
Defines criteria for setting field values on a Trello card.
Values
| Value | Description |
|---|---|
OverwriteAnyPreviousValue |
Always set the value regardless of the previous value. |
OnlySetIfBlank |
Only set the value if the field is blank. |
Usage
Used in methods such as SetCardDescriptionFieldValue, SetCardDueFieldValue, SetCardNameFieldValue, and SetCardStartFieldValue.