RemoveComments

RemoveComments(arrIds)

Removes the specified comments.

Parameters:

Name Type Description
arrIds Array.<string>

An array which contains the IDs of the specified comments.

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("RemoveComments", [["1_631", "1_632"]]);