# C1.DataCollection.ISupportIncrementalLoading

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_ISupportIncrementalLoading" data-uid="C1.DataCollection.ISupportIncrementalLoading" class="text-break">ISupportIncrementalLoading Interface
</h1>
  <div class="markdown level0 summary"><p>Specifies a calling contract for collections that support incremental loading.</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_ISupportIncrementalLoading_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISupportIncrementalLoading</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISupportIncrementalLoading</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_ISupportIncrementalLoading_HasMoreItems" data-uid="C1.DataCollection.ISupportIncrementalLoading.HasMoreItems">
          <a class="xref" href="C1.DataCollection.ISupportIncrementalLoading.HasMoreItems.html#C1_DataCollection_ISupportIncrementalLoading_HasMoreItems">HasMoreItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether more items can be loaded.</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_ISupportIncrementalLoading_LoadMoreItemsAsync_System_Nullable_System_Int32__System_Threading_CancellationToken_" data-uid="C1.DataCollection.ISupportIncrementalLoading.LoadMoreItemsAsync(System.Nullable{System.Int32},System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.ISupportIncrementalLoading.LoadMoreItemsAsync.html#C1_DataCollection_ISupportIncrementalLoading_LoadMoreItemsAsync_System_Nullable_System_Int32__System_Threading_CancellationToken_">LoadMoreItemsAsync(int?, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads more items.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
