GetListObjectData Method
Overloads
GetListObjectData(String, IEnumerable<NxPage>) |
Retrieves the values of a list object. A data set is returned. |
GetListObjectData(String, IEnumerable<NxPage>)
Retrieves the values of a list object.
A data set is returned.
Declaration
IEnumerable<NxDataPage> GetListObjectData([QixName("qPath")] string path, [QixName("qPages")] IEnumerable<NxPage> pages)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Path to the definition of the object to be selected.
For example, |
System.Collections.Generic.IEnumerable<NxPage> | pages |
Array of pages you are interested in. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NxDataPage> |
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!