ApplyChangeOptions class

ApplyChangeOptions class

Allows to update the list of changes before applying them to the resulting document.

The ApplyChangeOptions type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of ApplyChangeOptions

Properties

Property Description
changes List of changes that must be applied to the resulting document.
save_original_state After applying the changes, keep the original state of the compared result.

See Also