ProjectService.getProjectById Method
Gets the project with the specified ID.
Parameters
- id
-
Type: String
The ID of the project to get.
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.