Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDiscussionMessage Interface

Interface that 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: Discussion message modifications will not be stored permanently until the 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: idk (in idk.dll)

See Also

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