Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IDiscussionManager.RemoveDiscussion Method 

Removes the given discussion.

void RemoveDiscussion(
   IDiscussion discussion
);

Parameters

discussion
The discussion to be removed; cannot be null.

Exceptions

Exception Type Condition
CollaborationException The method call resulted in an error.
ArgumentException The ID of the discussion is not > 0.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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