Skip to end of banner
Go to start of banner

addComment

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 22 Current »

Description

Posts a comment on the specified page or adds a reply to the specified comment.

Parameters

Or

Return Type

Boolean (true/false)

The return value represents the success of adding the comment. If the routine returns "true" the comment was successfully added.

Example

addComment(11801, "I have added this comment using Power Scripts!");

If 11801 is an id of a page, the routine adds a comment to the page with that ID. If 11801 is an ID of a comment, the routine adds a reply to that comment.

See also

  • No labels