RevisionHandler
Leave feedback
On this page
Represents the main class that controls revision handling.
public sealed class RevisionHandler : IDisposable
| Name | Description |
|---|---|
| RevisionHandler(Stream) | Initializes new instance of RevisionHandler class with a file stream with revisions. |
| RevisionHandler(string) | Initializes new instance of RevisionHandler class with the path to the file with revisions. |
| RevisionHandler(Stream, bool) | Initializes new instance of RevisionHandler class with a file stream with revisions and explicit stream-ownership control. |
| Name | Description |
|---|---|
| ApplyRevisionChanges(ApplyRevisionOptions) | Processes changes in revisions and applies them to the same file from which the revisions were taken. |
| ApplyRevisionChanges(Stream, ApplyRevisionOptions) | Processes changes in revisions and the result is written to the document stream. |
| ApplyRevisionChanges(string, ApplyRevisionOptions) | Processes changes in revisions, and the result is written to the specified file by path. |
| Dispose() | Releases resources. |
| GetRevisions() | Gets list of all revisions. |
- 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.