Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDiscussionManager.GetDiscussion Method 

Returns a discussion by the given ID.

IDiscussion GetDiscussion(
   int discussionID
);

Parameters

discussionID
ID of the discussion; must be positive. The ID of an object can be obtained using the ID attribute in the object class.

Return Value

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

Exceptions

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