Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDiscussion.RemoveDiscussionMessage Method 

Removes a discussion message and all its replies.

void RemoveDiscussionMessage(
   IDiscussionMessage message
);

Parameters

message
The discussion message to remove; cannot be null.

Exceptions

Exception Type Condition
CollaborationException The method call resulted in an error.
InvalidOperationException The object has not yet been stored or has already been removed.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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