| Property | Description | Returns |
|---|---|---|
| rootComment | Get the root comment | Comment |
| upVotes | Get the number of up votes for this comment | int |
| downVotes | Get the number of down votes for this comment | int |
| upVotedByUser | Check if the comment has been up voted by the currently authenticated user | bool |
| downVotedByUser | Check if the comment has been down voted by the currently authenticated user | bool |
| id | int | |
| text | string | |
| question | bool | |
| answer | Comment | |
| questionForAnswer | Comment | |
| answered | bool | |
| created | Get the date the record was created. | DateTime |
| modified | Get the last modification date for the record. | DateTime |
| parent | Comment | |
| children | Collection (Comment) | |
| page | Page | |
| createdBy | User | |
| votes | Collection (Vote) |
Documentation\Models\Api\Comment
Comment