# C1.Win.C1DynamicHelp.MapItemType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1DynamicHelp_MapItemType" data-uid="C1.Win.C1DynamicHelp.MapItemType" class="text-break">MapItemType Enum
</h1>
  <div class="markdown level0 summary"><p>Enumeration that specifies topic map item type.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1DynamicHelp.html">C1.Win.C1DynamicHelp</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1DynamicHelp.4.8.dll</h6>
  <h5 id="C1_Win_C1DynamicHelp_MapItemType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MapItemType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum MapItemType</code></pre>
  </div>
  <h5 id="C1_Win_C1DynamicHelp_MapItemType_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Map items created at design time have the MapItemType.Static type, they are stored in the form's code and cannot be saved to an XML file.
Map items created in authoring mode have the MapItemType.Dynamic type, they are saved to the XML file when the map is persisted.
If you create map items programmatically, you can choose any of these two types.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_C1DynamicHelp_MapItemType_Dynamic">Dynamic</td>
        <td><p>Indicates map items created in authoring mode, saved to an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_MapItemType_Static">Static</td>
        <td><p>Indicates map items created at design time, persisted in form code.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
