FileSystemService.createFolder Method

Creates a folder in the application's file system.
 

Parameters

name

Type: String
The name of the folder to create.
parentId

Type: String
The parent ID of the folder to create.
autoGenerateName

Type: Boolean
(optional) If the created folder should have an auto generated name, then this should be marked as true.
Optional: True

Return Value


Type: jQuery.Promise
Value: dundas.filesystem.Folder
A promise object that is resolved when the call is complete. If successful, a dundas.filesystem.Folder object is returned.