Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDiscussion.Store Method 

Stores the discussion.

void Store();

Remarks

Any modification of the discussion will not be stored permanently until this method is called. Can be used to persist a newly created discussion, or edit an exising discussion.

Exceptions

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

See Also

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