ComparerApplyChanges Method (String, ApplyChangeOptions)
Accepts or rejects changes and applies them to resultant document.

Namespace: GroupDocs.Comparison
Assembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.11.1.0 (22.11.1)
Syntax
public void ApplyChanges(
	string filePath,
	ApplyChangeOptions applyChangeOptions
)

Parameters

filePath
Type: SystemString
Result file path
applyChangeOptions
Type: GroupDocs.Comparison.OptionsApplyChangeOptions
Apply change options
Remarks
Learn more
See Also