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
      public 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> | 
Implements
Remarks
This method works for a treedata object or a hypercube in DATA_MODE_TREE.