AquaLogic Interaction Development Kit (IDK) 6.0.0

IContentItem.GetAllProperties Method 

Returns an array of IBaseProperty for all the properties of the IContentItem.

IBaseProperty[] GetAllProperties();

Return Value

An array of IBaseProperty for all the properties of the IContentItem or an empty array if there are none. The returned array is not ordered.

Remarks

The returned properties are sub-types of IBaseProperty.

Exceptions

Exception Type Condition
InvalidOperationException The item has already been removed.

See Also

IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace