Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IDiscussionManager.GetDiscussionMessage Method 

Returns a discussion message with the given ID.

IDiscussionMessage GetDiscussionMessage(
   int messageID
);

Parameters

messageID
The ID of the message; must be positive. The ID of an object can be obtained using the getID method in the object class.

Return Value

The discussion message or null if it does not exist, or the user does not have the rights to see the object.

Exceptions

Exception Type Condition
CollaborationException The method call resulted in an error.
ArgumentException The message ID 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