Skip to content

AirtableAttachment

ngocnicholas edited this page Apr 12, 2017 · 2 revisions

AirtableAttachment Class

Syntax

public class AirtableAttachment

The AirtableAttachment type exposes the following members.

Constructors

Default constructor

Properties

Name Description
Id Gets and Sets the unique ID of the attachment field
Url Gets and sets the URL string of the attachment, e.g. "https://dl.airtable.com/foo.jpg"
Filename Gets and sets filename, e.g. "foo.jpg"
Size Gets and sets the file size in bytes
Type Gets and sets the file type, e.g. "image/jpeg"
Thumbnails Gets and sets the large and small thumbnails of the attachment
Clone this wiki locally