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
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
