CustomFieldType - rwjdk/TrelloDotNet GitHub Wiki
Defines the types of custom fields available in Trello.
Values
| Value | Description |
|---|---|
Unknown |
Represents an unknown custom field type retrieved from the Trello REST API. |
Checkbox |
Represents a custom field of type checkbox. |
Date |
Represents a custom field of type date. |
List |
Represents a custom field of type list. |
Number |
Represents a custom field of type number. |
Text |
Represents a custom field of type text. |
Usage
This enum is utilized in the CustomField class to specify the type of a custom field.