RevisionType

RevisionType enumeration

Specifies the type of change being tracked.

public enum RevisionType

Values

Name Value Description
Insertion 0 New content was inserted in the document.
Deletion 1 Content was removed from the document.
FormatChange 2 Change of formatting was applied to the parent node.
StyleDefinitionChange 3 Change of formatting was applied to the parent style.
Moving 4 Content was moved in the document.

See Also