Plumtree EDK (Enterprise Web Development Kit) 5.4.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 is a communication problem during the execution of the remote method call.

See Also

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