ProjectService.copyProject Method

Copies the contents of a project with the given ID into the target project.
 

Parameters

id

Type: String
The ID of the project to copy.
targetProjectId

Type: String
The ID of the target project.

Return Value


Type: jQuery.Promise
Value: dundas.filesystem.CopyResult
A promise object that is resolved when the call is complete. If successful, a dundas.filesystem.CopyResult object is returned with result of the operation.