/
getComments
getComments
Description
Returns comments for a given page.
Return Type
Returns an array of comments for the selected page.
Example
CComment [] allComm = getComments(11801);
for(CComment comm in allComm) {
deleteComment(comm.id)
}
Deletes all comments from the page.
See also
Peacock
, multiple selections available,
Related content
getComments
getComments
More like this
getCommentsForRequest
getCommentsForRequest
More like this
getCommentList
getCommentList
More like this
getLastComment
getLastComment
More like this
getAllCommentIds
getAllCommentIds
More like this
getCommentById
getCommentById
More like this