# C1.Win.C1DynamicHelp.Conflict

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1DynamicHelp_Conflict" data-uid="C1.Win.C1DynamicHelp.Conflict" class="text-break">Conflict Class
</h1>
  <div class="markdown level0 summary"><p>Class used in the <a class="xref" href="C1.Win.C1DynamicHelp.TopicMap.Conflicts.html#C1_Win_C1DynamicHelp_TopicMap_Conflicts">Conflicts</a> property of the <a class="xref" href="C1.Win.C1DynamicHelp.TopicMap.html">TopicMap</a>.</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">Conflict</span></div>
  </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_Conflict_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Conflict</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Conflict</code></pre>
  </div>
  <h5 id="C1_Win_C1DynamicHelp_Conflict_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class contains data describing a conflict between two map items, one static, the other dynamic. A conflict exists between two map items if
they refer to the same UI element.</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="C1_Win_C1DynamicHelp_Conflict_DynamicItem" data-uid="C1.Win.C1DynamicHelp.Conflict.DynamicItem">
          <a class="xref" href="C1.Win.C1DynamicHelp.Conflict.DynamicItem.html#C1_Win_C1DynamicHelp_Conflict_DynamicItem">DynamicItem</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the dynamic map item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_Conflict_Name" data-uid="C1.Win.C1DynamicHelp.Conflict.Name">
          <a class="xref" href="C1.Win.C1DynamicHelp.Conflict.Name.html#C1_Win_C1DynamicHelp_Conflict_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the name of the UI element (serving as the identifier of the static map item).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_Conflict_StaticItem" data-uid="C1.Win.C1DynamicHelp.Conflict.StaticItem">
          <a class="xref" href="C1.Win.C1DynamicHelp.Conflict.StaticItem.html#C1_Win_C1DynamicHelp_Conflict_StaticItem">StaticItem</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the static map item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_Conflict_UIElementPath" data-uid="C1.Win.C1DynamicHelp.Conflict.UIElementPath">
          <a class="xref" href="C1.Win.C1DynamicHelp.Conflict.UIElementPath.html#C1_Win_C1DynamicHelp_Conflict_UIElementPath">UIElementPath</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the UI element's path string (serving as the identifier of the dynamic map item).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
