Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDiscussionMessage Interface

IDiscussionMessage represents a collaboration discussion message object. This interface handles message modification and reply message creation.

A Message is the smallest unit in a discussion contains zero or one parent and zero or more children. A child of a message is a reply.

To create a reply message to a topic, call CreateDiscussionReplyMessage method on the topic message. To create a reply to a reply message, call CreateDiscussionReplyMessage method on the parent reply message, which is also an IDiscussionMessage. This will create a tree-like structure of the messages with various levels of reply.

Note that all discussion message modifications will not be stored permanently until Store method is called.

For a list of all members of this type, see IDiscussionMessage Members.

public interface IDiscussionMessage

Requirements

Namespace: Plumtree.Remote.PRC.Collaboration.Discussion

Assembly: edk (in edk.dll)

See Also

IDiscussionMessage Members | Plumtree.Remote.PRC.Collaboration.Discussion Namespace