GetHyperCubeTreeData Method
Overloads
GetHyperCubeTreeData(String, NxTreeDataOption) |
Retrieves data for nodes in a tree structure. It is possible to retrieve specific pages of data. |
GetHyperCubeTreeData(String, NxTreeDataOption)
Retrieves data for nodes in a tree structure. It is possible to retrieve specific pages of data.
Declaration
IEnumerable<NxTreeNode> GetHyperCubeTreeData([QixName("qPath")] string path, [QixName("qNodeOptions")] NxTreeDataOption nodeOptions = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Path to the definition of the object to be selected. |
NxTreeDataOption | nodeOptions |
Specifies all the paging filters needed to define the tree to be fetched. If left out the complete tree is returned. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NxTreeNode> |
Remarks
This method works for a treedata object or a hypercube in DATA_MODE_TREE.
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!