FileNode Constructor

Initializes the node. Called during construction.
 

Parameters

file

Type: dundas.filesystem.File
The file that this node represents.
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.

     includeNeverCheckedIn   [type: Boolean]     - (optional) If set to true, children never checked in will also be included.
 

Optional: True