[]
Represents a unique identifier used to track editing sessions.
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.
Gets or sets a unique identifier used to track the editing session when the content was added to the document.
public int AdditionId { get; set; }
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.
Gets or sets a unique identifier used to track the editing session when the content was deleted from the document.
public int DeletionId { get; set; }
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.
Gets or sets a unique identifier used to track the editing session when the content was last formatted.
public int PropertiesId { get; set; }
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.