# C1.Win.C1Win7Pack.C1JumpList.AddToRecentCategory

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Win7Pack_C1JumpList_AddToRecentCategory_" data-uid="C1.Win.C1Win7Pack.C1JumpList.AddToRecentCategory*">AddToRecentCategory Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Win7Pack_C1JumpList_AddToRecentCategory_" data-uid="C1.Win.C1Win7Pack.C1JumpList.AddToRecentCategory*"></a>
<h4 id="C1_Win_C1Win7Pack_C1JumpList_AddToRecentCategory_System_String_" data-uid="C1.Win.C1Win7Pack.C1JumpList.AddToRecentCategory(System.String)">AddToRecentCategory(string)</h4>
<div class="markdown level1 summary"><p>Adds the specified file path to the Recent category of the Jump List.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AddToRecentCategory(string filePath)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddToRecentCategory(filePath As String)</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">filePath</span></td>
      <td><p>The path to add to the Jump List.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Win7Pack_C1JumpList_AddToRecentCategory_System_String__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The contents of the Recent category are managed by the Windows shell. If your application
is not registered to handle the file type of the item, it will not appear in the Recent
list and calls to AddToRecentCategory(String) will fail silently.</p>
</div>


<a id="C1_Win_C1Win7Pack_C1JumpList_AddToRecentCategory_" data-uid="C1.Win.C1Win7Pack.C1JumpList.AddToRecentCategory*"></a>
<h4 id="C1_Win_C1Win7Pack_C1JumpList_AddToRecentCategory_C1_Win_C1Win7Pack_C1JumpItem_" data-uid="C1.Win.C1Win7Pack.C1JumpList.AddToRecentCategory(C1.Win.C1Win7Pack.C1JumpItem)">AddToRecentCategory(C1JumpItem)</h4>
<div class="markdown level1 summary"><p>Adds the specified <a class="xref" href="C1.Win.C1Win7Pack.C1JumpPath.html">C1JumpPath</a> or <a class="xref" href="C1.Win.C1Win7Pack.C1JumpLink.html">C1JumpLink</a> to the Recent category of the Jump List.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AddToRecentCategory(C1JumpItem jumpItem)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddToRecentCategory(jumpItem As C1JumpItem)</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="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a></td>
      <td><span class="parametername">jumpItem</span></td>
      <td><p>The <a class="xref" href="C1.Win.C1Win7Pack.C1JumpPath.html">C1JumpPath</a> or <a class="xref" href="C1.Win.C1Win7Pack.C1JumpLink.html">C1JumpLink</a> to add to the Jump List.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Win7Pack_C1JumpList_AddToRecentCategory_C1_Win_C1Win7Pack_C1JumpItem__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The contents of the Recent category are managed by the Windows shell. If your application
is not registered to handle the file type of the item, it will not appear in the Recent
list and calls to AddToRecentCategory(C1JumpPath) will fail silently.</p>
</div>
</div>
