# C1.Win.C1Win7Pack.C1JumpList.GetKnownCategoryItems

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Win7Pack_C1JumpList_GetKnownCategoryItems_" data-uid="C1.Win.C1Win7Pack.C1JumpList.GetKnownCategoryItems*">GetKnownCategoryItems Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Win7Pack_C1JumpList_GetKnownCategoryItems_" data-uid="C1.Win.C1Win7Pack.C1JumpList.GetKnownCategoryItems*"></a>
<h4 id="C1_Win_C1Win7Pack_C1JumpList_GetKnownCategoryItems_C1_Win_C1Win7Pack_JumpListKnownCategory_" data-uid="C1.Win.C1Win7Pack.C1JumpList.GetKnownCategoryItems(C1.Win.C1Win7Pack.JumpListKnownCategory)">GetKnownCategoryItems(JumpListKnownCategory)</h4>
<div class="markdown level1 summary"><p>Retrieves the destinations listed in the Recent or Frequent category in a 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 IList&lt;C1JumpItem&gt; GetKnownCategoryItems(JumpListKnownCategory knownCategory)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetKnownCategoryItems(knownCategory As JumpListKnownCategory) As IList(Of 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.JumpListKnownCategory.html">JumpListKnownCategory</a></td>
      <td><span class="parametername">knownCategory</span></td>
      <td><p>Specifies from which category the list of destinations should be retrieved.</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="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a>&gt;</td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Win7Pack_C1JumpList_GetKnownCategoryItems_C1_Win_C1Win7Pack_JumpListKnownCategory__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If a user pins an item in the Recent or Frequent categories, the item is no longer
shown in its original category to avoid duplication in the Jump List. However,
the item will still be returned by this method.</p>
</div>
</div>
