Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IDiscussionManager.CreateDiscussion Method 

Returns a new IDiscussion object in the given project.

IDiscussion CreateDiscussion(
   IProject project,
   string name,
   string description
);

Parameters

project
The parent project; cannot be null.
name
The name of the discussion; cannot be null.
description
The description of the discussion; cannot be null.

Return Value

A discussion that has not been persisted yet (you must call Store to save the new discussion).

Exceptions

Exception Type Condition
CollaborationException The method call resulted in an error.

See Also

IDiscussionManager Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace