Overview

Resource TopicDraftPropertiesUpdater is for updating properties of a DiscussionsDraft intended as a new Topic. Specifically, it is for updating properties that do not apply to the DiscussionsDraft itself, but will apply to the new Topic when the draft is posted, such as folder change status.

Members

Show inherited members

Name Type Description

description

string

The description the new Topic will have.

incrementViewCount

boolean

Indicates whether or not the view count should be incremented by one when the DiscussionsDraft is posted as a new Topic.

propMods

propMod[]

Property modifications

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:topicDraftPropertiesUpdater xsi:type="obh:topicDraftPropertiesUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <description>your_string_0</description>
        <incrementViewCount>your_boolean_0</incrementViewCount>
        <propMods>your_propMod_0</propMods>
        <propMods>your_propMod_1</propMods>
        <propMods>your_propMod_2</propMods>
</obh:topicDraftPropertiesUpdater>

Referenced By Representaions

Not Referenced Directly by Representations