# C1.DataCollection.ISupportPaging

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_ISupportPaging" data-uid="C1.DataCollection.ISupportPaging" class="text-break">ISupportPaging Interface
</h1>
  <div class="markdown level0 summary"><p>Specifies a calling contract for collections that support paging.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataCollection.html">C1.DataCollection</a></h6>
  <h6><strong>Assembly</strong>: C1.DataCollection.dll</h6>
  <h5 id="C1_DataCollection_ISupportPaging_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISupportPaging</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISupportPaging</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataCollection_ISupportPaging_CurrentPage" data-uid="C1.DataCollection.ISupportPaging.CurrentPage">
          <a class="xref" href="C1.DataCollection.ISupportPaging.CurrentPage.html#C1_DataCollection_ISupportPaging_CurrentPage">CurrentPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current page number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_ISupportPaging_PageSize" data-uid="C1.DataCollection.ISupportPaging.PageSize">
          <a class="xref" href="C1.DataCollection.ISupportPaging.PageSize.html#C1_DataCollection_ISupportPaging_PageSize">PageSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of items per page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_ISupportPaging_TotalCount" data-uid="C1.DataCollection.ISupportPaging.TotalCount">
          <a class="xref" href="C1.DataCollection.ISupportPaging.TotalCount.html#C1_DataCollection_ISupportPaging_TotalCount">TotalCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of items in the collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataCollection_ISupportPaging_MoveToPageAsync_System_Int32_System_Threading_CancellationToken_" data-uid="C1.DataCollection.ISupportPaging.MoveToPageAsync(System.Int32,System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.ISupportPaging.MoveToPageAsync.html#C1_DataCollection_ISupportPaging_MoveToPageAsync_System_Int32_System_Threading_CancellationToken_">MoveToPageAsync(int, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves to the page <code class="paramref">pageIndex</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataCollection_ISupportPaging_PageChanged" data-uid="C1.DataCollection.ISupportPaging.PageChanged">
          <a class="xref" href="C1.DataCollection.ISupportPaging.PageChanged.html">PageChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the current page changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
