ApplyChangeOptions

ApplyChangeOptions class

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

public class ApplyChangeOptions

Constructors

Name Description
ApplyChangeOptions() The default constructor.

Properties

Name Description
Changes { get; set; } List of changes that must be applied to the resulting document.
SaveOriginalState { get; set; } After applying the changes, keep the original state of the compared result.

See Also