CubePerspectiveFileNode Constructor

Initializes the node. Called during construction.
 

Parameters

cubePerspective

Type: dundas.entities.CubePerspective
The cube perspective that this node represents, or the file.
options

Type: Object
(optional) The options object for the folder node. Structure:
     hideSubentries          [type: Boolean]     - (optional) If set to true, sub-entries of files will not be loaded.

     children          [ type="array" elementType="dundas.controls.ExplorerNode" ] - list of children to populate this folder node, cubePerspective will be ignored
 

Optional: True