Boolean
|
An atomic object representing a Boolean value.
|
<Boolean name="removable" value="true"/>
|
Collection
|
An object representing either a list or hash table. A collection is a type of property, or named bag,
in which to place other properties.
|
<Collection name="channelsRow">
<String name="App" value="5"/>
</Collection>
|
ConditionalProperty
|
Defines the filtering criteria. The most common conditions are locale and clientType, but the API is generic in that it allows you to define
and base properties on any sort of condition. condition and value are mandatory attributes.
In the administration console, the conditional properties are displayed
as condition-value and can be edited like collections.
The conditional properties can be nested and can be added to a channel or
inside another conditional property. Use the Add Property page to add a new
conditional property.
|
<ConditionalProperties condition="locale">
<String name="en_US" value="English (United States)"/>
</ConditionalProperties>
|
Integer
|
An atomic object representing an integer value.
|
<Integer name="numberOfHeadlines" value="7"/>
|
Reference
|
An object representing a pointer to a channel definition (that is, to
a channel name in a container’s selected and available channel lists.) Reference is an unnamed string
useful for design tools to be able to distinguish such things from strings.
|
<Reference value="UserInfo"/>
|
String
|
An atomic object representing a string value.
|
<String name="title" value="Table Container Channel 1"/>
|