Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IProjectManager.RemoveProject Method 

Removes a project.

void RemoveProject(
   IProject project
);

Parameters

project
The project to remove, cannot be null.

Exceptions

Exception Type Condition
InvalidOperationException if the project has not yet been stored or has already been removed.
CollaborationException The method call resulted in an error.
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