GetCardOptionsIncludeAttachments - rwjdk/TrelloDotNet GitHub Wiki
Specifies whether attachments should be included when retrieving card data.
Values
| Value | Description |
|---|---|
True |
Include all attachments associated with the card. |
False |
Do not include any attachments. |
Cover |
Include only attachments that are used as cover images for the card. |
Usage
Used in GetCardOptions and GetInboxCardOptions classes.