[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SectionRevisionId

Class SectionRevisionId

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

Represents a unique identifier used to track section editing sessions.

public class SectionRevisionId : RevisionId
Inheritance
object
SectionRevisionId
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

MarkerPropertiesId

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

public int MarkerPropertiesId { 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.