ProjectService.createTenantProject Method
Creates a project with the specified name and Id.
Parameters
- name
-
Type: String
The name of the project to create.
- tenantId
-
Type: String
The ID of the tenant the project belongs to.
- privilegeOption
-
Type: ProjectPrivilegeOption
The project permission option.
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.