# C1.Document.C1DocumentSourceContext

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_C1DocumentSourceContext" data-uid="C1.Document.C1DocumentSourceContext" class="text-break">C1DocumentSourceContext Class
</h1>
  <div class="markdown level0 summary"><p>For internal use.
Abstract class representing the full context in which a <a class="xref" href="C1.Document.C1DocumentSource.html">C1DocumentSource</a> operates.
Instances of this class can be used to save and restore the current state of a
C1DocumentSource, for example it can be used to implement forward and backward navigation.
For details see <span class="xref">C1.Document.C1DocumentSource.GetContext()</span> and <a class="xref" href="C1.Document.C1DocumentSourceContext.html">SetContext(C1DocumentSourceContext)</a> methods.
Derived classes should override Equals(...) and GetHashCode(...).</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">C1DocumentSourceContext</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_C1DocumentSourceContext_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1DocumentSourceContext</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1DocumentSourceContext</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_C1DocumentSourceContext__ctor" data-uid="C1.Document.C1DocumentSourceContext.#ctor">
          <a class="xref" href="C1.Document.C1DocumentSourceContext.-ctor.html#C1_Document_C1DocumentSourceContext__ctor">C1DocumentSourceContext()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
