RejectReviewChanges

RejectReviewChanges([isAll])

Rejects review changes.

Parameters:

Name Type Default Description
isAll boolean false

Specifies if all changes will be rejected (true) or only changes from the current selection (false).

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("RejectReviewChanges", [true]);