# GrapeCity.Documents.Word.RevisionId

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_RevisionId" data-uid="GrapeCity.Documents.Word.RevisionId" class="text-break">RevisionId Class
</h1>
  <div class="markdown level0 summary"><p>Represents a unique identifier used to track editing sessions.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">RevisionId</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.ParagraphRevisionId.html">ParagraphRevisionId</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.RowRevisionId.html">RowRevisionId</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.RunRevisionId.html">RunRevisionId</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.SectionRevisionId.html">SectionRevisionId</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_RevisionId_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RevisionId</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RevisionId</code></pre>
  </div>
  <h5 id="GrapeCity_Documents_Word_RevisionId_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>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.</p>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_RevisionId_AdditionId" data-uid="GrapeCity.Documents.Word.RevisionId.AdditionId">
          <a class="xref" href="GrapeCity.Documents.Word.RevisionId.AdditionId.html#GrapeCity_Documents_Word_RevisionId_AdditionId">AdditionId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a unique identifier used to track the editing session when the content was added to the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RevisionId_DeletionId" data-uid="GrapeCity.Documents.Word.RevisionId.DeletionId">
          <a class="xref" href="GrapeCity.Documents.Word.RevisionId.DeletionId.html#GrapeCity_Documents_Word_RevisionId_DeletionId">DeletionId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a unique identifier used to track the editing session when the content was deleted from the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_RevisionId_PropertiesId" data-uid="GrapeCity.Documents.Word.RevisionId.PropertiesId">
          <a class="xref" href="GrapeCity.Documents.Word.RevisionId.PropertiesId.html#GrapeCity_Documents_Word_RevisionId_PropertiesId">PropertiesId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a unique identifier used to track the editing session when the content was last formatted.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
