# C1.Win.C1Win7Pack.JumpItemRejectionReason

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Win7Pack_JumpItemRejectionReason" data-uid="C1.Win.C1Win7Pack.JumpItemRejectionReason" class="text-break">JumpItemRejectionReason Enum
</h1>
  <div class="markdown level0 summary"><p>Describes why a <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a> could not be added to the Jump List by the Windows shell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Win7Pack.html">C1.Win.C1Win7Pack</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Win7Pack.4.8.dll</h6>
  <h5 id="C1_Win_C1Win7Pack_JumpItemRejectionReason_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum JumpItemRejectionReason</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum JumpItemRejectionReason</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemRejectionReason_CustomCategoriesDisabled">CustomCategoriesDisabled</td>
        <td><p>Custom categories cannot be added while recent documents tracking is turned off.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemRejectionReason_InvalidItem">InvalidItem</td>
        <td><p>The <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a> contains incorrect data, for example,
references an invalid file path or has no title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemRejectionReason_NoCustomCategory">NoCustomCategory</td>
        <td><p>The <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.CustomCategory.html#C1_Win_C1Win7Pack_C1JumpItem_CustomCategory">CustomCategory</a> was not specified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemRejectionReason_NoRegisteredHandler">NoRegisteredHandler</td>
        <td><p>The application is not registered to handle the file name extension of the <a class="xref" href="C1.Win.C1Win7Pack.C1JumpItem.html">C1JumpItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Win7Pack_JumpItemRejectionReason_RemovedByUser">RemovedByUser</td>
        <td><p>The item was previously in the Jump List but was removed by the user.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
