g
Frontend | Backend | Api

Globals\Models\Api\DocumentationPageComment

DocumentationPageComment

Property Description Returns
rootComment Get the root comment DocumentationPageComment
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
created Get the date the record was created. DateTime
modified Get the last modification date for the record. DateTime
parent DocumentationPageComment
answer DocumentationPageComment
page DocumentationPage
createdBy GlobalUser
votes Collection (DocumentationCommentVote)
children Collection (DocumentationPageComment)
newRecord Check if the record is a new record bool
hierarchicalModel Check whether a model is a hierarchical model, i.e. can have children bool