[]
        
(Showing Draft Content)

C1.DataCollection.C1HierarchicalDataCollection-1.LoadMoreItemsAsync

LoadMoreItemsAsync Method

LoadMoreItemsAsync(int?, CancellationToken)

Loads more items.

Declaration
public virtual Task LoadMoreItemsAsync(int? count = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int? count

Specifies the desired number of items to be loaded.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Implements