# C1.Web.Api.Document.Models.OutlineNode

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Document_Models_OutlineNode" data-uid="C1.Web.Api.Document.Models.OutlineNode" class="text-break">OutlineNode Class
</h1>
  <div class="markdown level0 summary"><p>Represents the node of outline in the outlines tree.</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">OutlineNode</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Document.Models.html">C1.Web.Api.Document.Models</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.Document.dll</h6>
  <h5 id="C1_Web_Api_Document_Models_OutlineNode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OutlineNode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OutlineNode</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_Web_Api_Document_Models_OutlineNode__ctor" data-uid="C1.Web.Api.Document.Models.OutlineNode.#ctor">
          <a class="xref" href="C1.Web.Api.Document.Models.OutlineNode.-ctor.html#C1_Web_Api_Document_Models_OutlineNode__ctor">OutlineNode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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="C1_Web_Api_Document_Models_OutlineNode_Caption" data-uid="C1.Web.Api.Document.Models.OutlineNode.Caption">
          <a class="xref" href="C1.Web.Api.Document.Models.OutlineNode.Caption.html#C1_Web_Api_Document_Models_OutlineNode_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the caption of the outline.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_OutlineNode_Children" data-uid="C1.Web.Api.Document.Models.OutlineNode.Children">
          <a class="xref" href="C1.Web.Api.Document.Models.OutlineNode.Children.html#C1_Web_Api_Document_Models_OutlineNode_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the children list of the outline.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_OutlineNode_Level" data-uid="C1.Web.Api.Document.Models.OutlineNode.Level">
          <a class="xref" href="C1.Web.Api.Document.Models.OutlineNode.Level.html#C1_Web_Api_Document_Models_OutlineNode_Level">Level</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the level of the outline.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_OutlineNode_Target" data-uid="C1.Web.Api.Document.Models.OutlineNode.Target">
          <a class="xref" href="C1.Web.Api.Document.Models.OutlineNode.Target.html#C1_Web_Api_Document_Models_OutlineNode_Target">Target</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bookmark string of the linked target for the outline.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
