Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IItemCollectionProperty Interface

Represents a content item collection property, which contains an array of content items and can be added to an IDataEntryTemplate. A sub-type of IBaseProperty.

An item collection property allows multiple existing content items to be set as the property value in a content item that contains this property.

The value of the property can be retrieved using GetItemCollectionPropertyValue and updated using SetItemCollectionPropertyValue.

public interface IItemCollectionProperty : IBaseProperty

Requirements

Namespace: Plumtree.Remote.PRC.Content.Property

Assembly: idk (in idk.dll)

See Also

Plumtree.Remote.PRC.Content.Property Namespace