# GrapeCity.Documents.Word.RunRevisionId

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_RunRevisionId" data-uid="GrapeCity.Documents.Word.RunRevisionId" class="text-break">RunRevisionId Class
</h1>
  <div class="markdown level0 summary"><p>Represents a unique identifier used to track run 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"><a class="xref" href="GrapeCity.Documents.Word.RevisionId.html">RevisionId</a></div>
    <div class="level2"><span class="xref">RunRevisionId</span></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_RunRevisionId_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RunRevisionId : RevisionId</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RunRevisionId
    Inherits RevisionId</code></pre>
  </div>
  <h5 id="GrapeCity_Documents_Word_RunRevisionId_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>

</div>
