Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IProjectManager.CreateProject Method 

Returns a new project object.

IProject CreateProject(
   string name,
   string description
);

Parameters

name
The name of the project; cannot be null. Empty strings and duplicate names are valid.
description
The description of the 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