Skip to main content

RejectReviewChanges

Rejects review changes.

Syntax

expression.RejectReviewChanges(isAll);

expression - A variable that represents a Api class.

Parameters

NameRequired/OptionalData typeDefaultDescription
isAllOptionalbooleanfalseSpecifies if all changes will be rejected (true) or only changes from the current selection (false).

Returns

This method doesn't return any data.

Example

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