Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IObjectQueryRow.GetIntArrayValue Method 

Gets an object property as an integer array.

int[] GetIntArrayValue(
   ObjectProperty prop
);

Parameters

prop
The property for which to get a value.

Return Value

The object's property value.

Exceptions

Exception Type Condition
InvalidCastException The property type is not an integer array.
PropertyNotRequestedException The property was not requested.

See Also

IObjectQueryRow Interface | Plumtree.Remote.PRC Namespace