Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SectionRevisionId Class
Members

In This Topic
    SectionRevisionId Class
    In This Topic
    Represents a unique identifier used to track section editing sessions.
    Object Model
    SectionRevisionId Class
    Syntax
    'Declaration
     
    Public Class SectionRevisionId 
       Inherits RevisionId
    public class SectionRevisionId : RevisionId 
    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.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.RevisionId
          GrapeCity.Documents.Word.SectionRevisionId

    See Also