Overview

Resource DiscussionsMessageDraftProperties is used for DiscussionsDraft objects intended to become new DiscussionsMessages. It encapsulates properties which do not apply to the DiscussionsDraft itself, but only apply to the DiscussionsMessage it will become when the draft is posted. Currently, there are no such properties, so this is a placeholder for possible future additions.

Members

Show inherited members

Name Type Description

map

associativeArray<stringcollabProperty>

Map of the properties.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:discussionsMessageDraftProperties xsi:type="obh:discussionsMessageDraftProperties" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <map>your_associativeArray_0</map>
</obh:discussionsMessageDraftProperties>

Referenced By Representaions

Not Referenced Directly by Representations