-
Notifications
You must be signed in to change notification settings - Fork 4
CustomFieldType
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines the types of custom fields available in Trello.
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. |
This enum is utilized in the CustomField class to specify the type of a custom field.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')