Class
Comment

Block container for comment annotations, linking start and end markers with author metadata and content.

Definition

Properties

Author

Gets or sets the name of the person who created this comment.

Declaration

cs-api-definition
public string Author { get; set; }

Property Value

string

The author.

CommentRangeEnd

Gets the inline marker that defines where the comment range ends in the document.

Declaration

cs-api-definition
public CommentRangeEnd CommentRangeEnd { get; }

Property Value

CommentRangeEnd

The comment range end.

CommentRangeStart

Gets the inline marker that defines where the comment range begins in the document.

Declaration

cs-api-definition
public CommentRangeStart CommentRangeStart { get; }

Property Value

CommentRangeStart

The comment range start.

Date

Gets or sets when the comment was created or last modified.

Declaration

cs-api-definition
public DateTime Date { get; set; }

Property Value

DateTime

The date and time.

Initials

Gets or sets the author's initials displayed with the comment.

Declaration

cs-api-definition
public string Initials { get; set; }

Property Value

string

The initials.