Overview

Represent a descriptor of intention to remove parts from a multiContent.

Members

Show inherited members

Name Type Description

RemoveParts

int[]

Sets the list of part indexes

Hierarchy

Inherits From

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:multiContentTrimmer xsi:type="obh:multiContentTrimmer" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <RemoveParts>your_int_0</RemoveParts>
        <RemoveParts>your_int_1</RemoveParts>
        <RemoveParts>your_int_2</RemoveParts>
</obh:multiContentTrimmer>

Referenced By Representaions