Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDiscussionManager.CreateDiscussion Method 

Returns a new IDiscussion object in the given project.

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

Parameters

project
Parent project; cannot be null.
name
Name of the discussion; cannot be null.
description
Description of the discussion; cannot be null.

Return Value

A discussion that has not been persisted yet, need to call Store to persist.

Exceptions

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

See Also

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