Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDiscussionManager.GetDiscussionMessage Method 

Returns a discussion message by its ID.

IDiscussionMessage GetDiscussionMessage(
   int messageID
);

Parameters

messageID
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 messageID 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