# C1.Web.Api.Report.Models.CatalogItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Report_Models_CatalogItem" data-uid="C1.Web.Api.Report.Models.CatalogItem" class="text-break">CatalogItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents the report catalog item.</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">CatalogItem</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Report.Models.html">C1.Web.Api.Report.Models</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.Report.dll</h6>
  <h5 id="C1_Web_Api_Report_Models_CatalogItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CatalogItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CatalogItem</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_Report_Models_CatalogItem__ctor" data-uid="C1.Web.Api.Report.Models.CatalogItem.#ctor">
          <a class="xref" href="C1.Web.Api.Report.Models.CatalogItem.-ctor.html#C1_Web_Api_Report_Models_CatalogItem__ctor">CatalogItem()</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_Report_Models_CatalogItem_Items" data-uid="C1.Web.Api.Report.Models.CatalogItem.Items">
          <a class="xref" href="C1.Web.Api.Report.Models.CatalogItem.Items.html#C1_Web_Api_Report_Models_CatalogItem_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of child items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_CatalogItem_Name" data-uid="C1.Web.Api.Report.Models.CatalogItem.Name">
          <a class="xref" href="C1.Web.Api.Report.Models.CatalogItem.Name.html#C1_Web_Api_Report_Models_CatalogItem_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the short name of the item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_CatalogItem_Path" data-uid="C1.Web.Api.Report.Models.CatalogItem.Path">
          <a class="xref" href="C1.Web.Api.Report.Models.CatalogItem.Path.html#C1_Web_Api_Report_Models_CatalogItem_Path">Path</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the full path of the item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_CatalogItem_Type" data-uid="C1.Web.Api.Report.Models.CatalogItem.Type">
          <a class="xref" href="C1.Web.Api.Report.Models.CatalogItem.Type.html#C1_Web_Api_Report_Models_CatalogItem_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
