# C1.Web.Api.Document.Models.SearchScope

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Api_Document_Models_SearchScope" data-uid="C1.Web.Api.Document.Models.SearchScope" class="text-break">SearchScope Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies text search scope.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Document.Models.html">C1.Web.Api.Document.Models</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Api.Document.dll</h6>
  <h5 id="C1_Web_Api_Document_Models_SearchScope_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SearchScope</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SearchScope</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_Web_Api_Document_Models_SearchScope_EndOfDocument">EndOfDocument</td>
        <td><p>Searches to the end of the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_SearchScope_FirstOccurrence">FirstOccurrence</td>
        <td><p>Searches till the first occurrence is found.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_SearchScope_SinglePage">SinglePage</td>
        <td><p>Searches within the specified page only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_SearchScope_WholeDocument">WholeDocument</td>
        <td><p>Searches the whole document.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
