Skip to content

Comment

ngocnicholas edited this page Mar 8, 2023 · 4 revisions

Comment Class

Implements all the capabilities of an Airtable Comment.

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class Comment

The Comment type exposes the following members.

Constructor

Name Description
public Comment() initializes a new instance of Comment

Properties

Name Description
Id Gets the Id of a Comment.
Author Gets the author of a Comment.
Mentioned Gets or sets a Collection of <string, MentionedEntity> pairs.
Text Gets the comment text itself. Note that this can contain the user mentioned in the text.
CreatedTime Gets the creation time of a Comment.
LastUpdatedTime Gets the last updated time of a Comment.

Methods

Name Description
GetTextWithMentionedDisplayNames() Replace the user ID or the group ID of the Mentioned object in the comment text with the user's Display Name or the group name.

Clone this wiki locally