IGenericObject GetListObjectData Method Qlik Sense .NET SDK - API Reference

Retrieves the values of a list object.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

IEnumerable<NxDataPage> GetListObjectData(
	string path,
	IEnumerable<NxPage> pages
)

Parameters

path
Type: OnlineSystem String
Path to the definition of the object to be selected. For example, /qListObjectDef.
pages
Type: OnlineSystem.Collections.Generic IEnumerable NxPage 
Array of pages you are interested in.

Return Value

Type: OnlineIEnumerable NxDataPage 
See Also