Skip to content

AirtableRecord

ngocnicholas edited this page Mar 7, 2023 · 3 revisions

AirtableRecord Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class AirtableRecord

The AirtableRecord type exposes the following members.

Constructors

Default constructor

Properties

Name Description
Id Gets the unique ID of the record.
CreatedTime Gets the created time of the record.
Fields Gets a dictionary of <name, value> pairs representing all fields of this record.
CommentCount Gets the number of comments of the record.

Methods

Name Description
GetField(string) Gets a dictionary of <name, value> pairs representing the fields of the record.
GetField(string) Gets an object representing a field of the record.
GetField(string) Get an JSON element representing a field of the record.
GetField(string) Get a object representing a field of the record.
GetField<TEnumerable, T>(string) Get a TEnumerable object representing a field of the record.
GetAttachmentField(string) Gets a list of AirtableAttachment(s) of the field with a specific field name.
Clone this wiki locally