# C1.Web.Api.Report.FlexReportProvider.GetCatalogItem

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Api_Report_FlexReportProvider_GetCatalogItem_" data-uid="C1.Web.Api.Report.FlexReportProvider.GetCatalogItem*">GetCatalogItem Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Api_Report_FlexReportProvider_GetCatalogItem_" data-uid="C1.Web.Api.Report.FlexReportProvider.GetCatalogItem*"></a>
<h4 id="C1_Web_Api_Report_FlexReportProvider_GetCatalogItem_System_String_System_String_System_Boolean_System_Collections_Specialized_NameValueCollection_" data-uid="C1.Web.Api.Report.FlexReportProvider.GetCatalogItem(System.String,System.String,System.Boolean,System.Collections.Specialized.NameValueCollection)">GetCatalogItem(string, string, bool, NameValueCollection)</h4>
<div class="markdown level1 summary"><p>Gets catalog info of the specified path.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override CatalogItem GetCatalogItem(string providerName, string path, bool recursive, NameValueCollection args)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function GetCatalogItem(providerName As String, path As String, recursive As Boolean, args As NameValueCollection) As CatalogItem</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">providerName</span></td>
      <td><p>The key used to register the provider.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">path</span></td>
      <td><p>The relative path of the folder or report.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">recursive</span></td>
      <td><p>Whether to return the entire tree of child items below the specified item.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.namevaluecollection">NameValueCollection</a></td>
      <td><span class="parametername">args</span></td>
      <td><p>The collection of HTTP query string variables.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Api.Report.Models.CatalogItem.html">CatalogItem</a></td>
      <td><p>A <a class="xref" href="C1.Web.Api.Report.Models.CatalogItem.html">CatalogItem</a> object.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Web.Api.Report.ReportProvider.GetCatalogItem.html#C1_Web_Api_Report_ReportProvider_GetCatalogItem_System_String_System_String_System_Boolean_System_Collections_Specialized_NameValueCollection_">ReportProvider.GetCatalogItem(string, string, bool, NameValueCollection)</a></div>
</div>
