[]
Represents a unique identifier used to track editing sessions.
public class RevisionId
Public Class RevisionId
A producer can choose to increment the revision save ID value to indicate subsequent editing (editing between save actions) to indicate the order of the saves performed.
| Name | Description |
|---|---|
| AdditionId | Gets or sets a unique identifier used to track the editing session when the content was added to the document. |
| DeletionId | Gets or sets a unique identifier used to track the editing session when the content was deleted from the document. |
| PropertiesId | Gets or sets a unique identifier used to track the editing session when the content was last formatted. |