Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDataEntryTemplate.GetAllProperties Method 

Returns an array of IBaseProperty for all the properties on the Data Entry Template.

IBaseProperty[] GetAllProperties();

Return Value

An array of IBaseProperty for all the properties on the Data Entry Template or an empty array if there are no properties. The returned array is not ordered.

Remarks

The returned properties are sub-types of IBaseProperty.

If one or more content items have been created with this Data Entry Template, the GetAllProperties method can be called on the content item(s) to retrieve the same properties defined on the underlying Data Entry Template.

Exceptions

Exception Type Condition
InvalidOperationException The Data Entry Template has already been removed.

See Also

IDataEntryTemplate Interface | Plumtree.Remote.PRC.Content.DataEntryTemplate Namespace | GetAllProperties