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