Skip to main content Skip to complementary content

ListObjectPager Class

Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll

A class providing a paging interface for a list object.

Inheritance

Syntax

public class ListObjectPager : DataPager, IDisposable, IChangeNotifier

Constructors

Name Description
ListObjectPager(GenericObject, String)

Creates a new ListObjectPager.

Methods

Name Description
GetAllCells(Int32)

Get all cells values.

Equivalent to:

GetAllData(pageSize).Select(c => c.First())
.

GetDataAsync(GenericObject, AsyncHandle, String, IEnumerable<NxPage>)

The method used for retrieving data from the list object.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!