Folder Constructor
Initializes the dundas.filesystem.Folder object.
Parameters
- folderOptions
-
Type: Object
(optional) Object with default values for the folder.
Optional: True
Examples
The following example initializes a new instance of a Folder object:
var newObject = new dundas.filesystem.Folder();