ApplyRevisionChanges
Leave feedback
On this page
Processes changes in revisions and applies them to the same file from which the revisions were taken.
public void ApplyRevisionChanges(ApplyRevisionOptions changes)
| Parameter | Type | Description |
|---|---|---|
| changes | ApplyRevisionOptions | List of changed revisions |
- class ApplyRevisionOptions
- class RevisionHandler
- namespace GroupDocs.Comparison.Words.Revision
- assembly GroupDocs.Comparison
Processes changes in revisions, and the result is written to the specified file by path.
public void ApplyRevisionChanges(string filePath, ApplyRevisionOptions changes)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | Result file path |
| changes | ApplyRevisionOptions | List of changed revisions |
- class ApplyRevisionOptions
- class RevisionHandler
- namespace GroupDocs.Comparison.Words.Revision
- assembly GroupDocs.Comparison
Processes changes in revisions and the result is written to the document stream.
public void ApplyRevisionChanges(Stream document, ApplyRevisionOptions changes)
| Parameter | Type | Description |
|---|---|---|
| document | Stream | Result document |
| changes | ApplyRevisionOptions | List of changed revisions |
- class ApplyRevisionOptions
- class RevisionHandler
- namespace GroupDocs.Comparison.Words.Revision
- assembly GroupDocs.Comparison
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.