-
-
Notifications
You must be signed in to change notification settings - Fork 5
AttachmentFieldsType
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines the types of fields available for attachments in Trello.
| Value | Description |
|---|---|
Name |
Represents the name of the attachment. |
FileName |
Represents the file name of the attachment. |
Url |
Represents the URL of the attachment. |
Position |
Represents the position of the attachment. |
Bytes |
Represents the size of the attachment in bytes. |
Date |
Represents the date associated with the attachment. |
EdgeColor |
Represents the edge color of the attachment. |
MemberId |
Represents the ID of the member who uploaded the attachment. |
MimeType |
Represents the MIME type of the attachment. |
IsUpload |
Indicates whether the attachment is uploaded or not. |
This enum is utilized in classes such as AttachmentFields and methods related to attachment handling.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')