Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IProjectManager.GetProject Method 

Returns a project by its id.

IProject GetProject(
   int projectID
);

Parameters

projectID
The project id; must be positive. The ID of an object can be obtained using the ID attribute in the object class..

Return Value

The project or null if the project does not exist, or the user does not have permission to see the project.

Exceptions

Exception Type Condition
CollaborationException when the method call resulted in an error.
ArgumentException The projectID is not > 0.
SoapException if there is a communication problem during the execution of the remote method call.

See Also

IProjectManager Interface | Plumtree.Remote.PRC.Collaboration.Project Namespace