[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.RevisionId

Class RevisionId

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a unique identifier used to track editing sessions.

public class RevisionId
Inheritance
object
RevisionId
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Remarks

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.

Properties

AdditionId

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; }

Property Value

int

Remarks

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.

DeletionId

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; }

Property Value

int

Remarks

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.

PropertiesId

Gets or sets a unique identifier used to track the editing session when the content was last formatted.

public int PropertiesId { get; set; }

Property Value

int

Remarks

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.