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

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

    See Also