Retrieves the values of a list object.
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- path
- Type:
System String
Path to the definition of the object to be selected. For example, /qListObjectDef.
- pages
- Type:
System.Collections.Generic IEnumerable NxPage
Array of pages you are interested in.
- onResult
- Type:
System Func Response, T
Continuation function
- userHandle (Optional)
- Type:
System String
Handle identifier
Type Parameters
- T
Return Value
Type:Implements
IGenericObject GetListObjectDataAsync T (String, IEnumerable NxPage , Func Response, T , String)See Also