Project Constructor

Initializes the dundas.filesystem.Project object.
 

Parameters

projectOptions

Type: Object
(optional) Object with default values for the project.
Optional: True

Examples

The following example initializes a new instance of a Project object:

var newObject = new dundas.filesystem.Project();