FolderNode Constructor

Initializes the node. Called during construction.
 

Parameters

folder

Type: dundas.filesystem.Folder
The folder that this node represents. If the folder has child items already, they will automatically be added.
options

Type: Object
(optional) The options object for the folder node. Structure:
     ignoreChildren          [type: Boolean]     - (optional) If set to true, the children won't be auto-loaded

     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.

     isFoldersOnly           [type: Boolean]     - (optional) If set to true, only folders are loaded and files are ignored.
 

Optional: True