RevisionAction Enumeration |
Action that can be applied to a revision.
Namespace: GroupDocs.Comparison.Words.RevisionAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic enum RevisionAction
Public Enumeration RevisionAction
public enum class RevisionAction
Members
| Member name | Value | Description |
---|
| None | 0 |
Nothing to do.
|
| Accept | 1 |
The revision will be displayed if it is of type INSERTION or will be removed if the type is DELETION.
|
| Reject | 2 |
The revision will be removed if it is of type INSERTION or will be displayed if the type is DELETION.
|
See Also