Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IExtendedData.GetStringValue Method 

Gets an extended object data property as a String.

string GetStringValue(
   string name
);

Parameters

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

Return Value

The extended object data property value.

Exceptions

Exception Type Condition
InvalidCastException The property type is not a String.

See Also

IExtendedData Interface | Plumtree.Remote.PRC Namespace