Skip to end of banner
Go to start of banner

getComments

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

Description

Returns comments for a given page.

Return Type

CComment []

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

  • No labels