ApplyRevisionChanges
Contents
[
Hide
]
ApplyRevisionChanges(ApplyRevisionOptions)
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 |
See Also
- class ApplyRevisionOptions
- class RevisionHandler
- namespace GroupDocs.Comparison.Words.Revision
- assembly GroupDocs.Comparison
ApplyRevisionChanges(string, ApplyRevisionOptions)
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 |
See Also
- class ApplyRevisionOptions
- class RevisionHandler
- namespace GroupDocs.Comparison.Words.Revision
- assembly GroupDocs.Comparison
ApplyRevisionChanges(Stream, ApplyRevisionOptions)
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 |
See Also
- class ApplyRevisionOptions
- class RevisionHandler
- namespace GroupDocs.Comparison.Words.Revision
- assembly GroupDocs.Comparison