CommentReportRecord

type CommentReportRecord = object

Description

Record of one comment.

Properties

IsAnswerbooleandefault: false

Specifies whether this is an initial comment or a reply to another comment.

CommentMessagestringdefault: null

The text of the current comment.

Datenumberdefault: null

The time when this change was made in local time.

DateUTCnumberdefault: null

The time when this change was made in UTC.

QuoteTextstringdefault: null

The text to which this comment is related.

Try It

var oCommentsReport = oDocument.GetCommentsReport();

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).