Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISearchResult.GetFieldAsObject Method 

Gets the value of the specified Field as an Object.

object GetFieldAsObject(
   Field field
);

Parameters

field
The Field to evaluate.

Return Value

The Object value of the field.

Exceptions

Exception Type Condition
ArgumentException The field is not present in this ISearchResult.

See Also

ISearchResult Interface | Plumtree.Remote.PRC.Search Namespace