Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IProjectManager.CreateProject Method 

Returns a new project object.

IProject CreateProject(
   string name,
   string description
);

Parameters

name
Name of project; cannot be null. Empty strings and duplicate names are valid.
description
Description of project; cannot be null. Empty strings are valid.

Return Value

A new project object.

Remarks

The newly created project will not be persisted until Store method is called on the project.

See Also

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