Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IExtendedData.GetIntegerValue Method 

Gets an extended object data property as an integer.

object GetIntegerValue(
   string name
);

Parameters

name
The name of the property for which to get a value.

Return Value

The extended object data property value.

Remarks

Since the property value can be null, it is returned as a boxed int.

Exceptions

Exception Type Condition
InvalidCastException The property type is not an int.

See Also

IExtendedData Interface | Plumtree.Remote.PRC Namespace