ProjectService.createProject Method

Creates a project with the specified name.
 

Parameters

name

Type: String
The name of the project to create.
privilegeOption

Type: ProjectPrivilegeOption
The project permission option.
tenantId

Type: String
The ID of the tenant the project belongs to.

Return Value


Type: jQuery.Promise
Value: dundas.filesystem.Project
A promise object that is resolved when the call is complete. If successful, a dundas.filesystem.Project object is returned with the ID of the created project.