Oracle WebCenter Interaction Development Kit (IDK) 10.3.0.0.0

ISearchResult Methods

The methods of the ISearchResult interface are listed below. For a complete list of ISearchResult interface members, see the ISearchResult Members topic.

Public Instance Methods

FieldExists Whether a particular field is present in this ISearchResult.
GetFieldAsDate Gets the value of the specified Field as a DateTime.
GetFieldAsFloat Gets the value of the specified Field as a float.
GetFieldAsInt Gets the value of the specified Field as an int.
GetFieldAsObject Gets the value of the specified Field as an Object.
GetFieldAsString Gets the ToString() value of the specified Field.
GetFields Gets an enumeration of Field elements.

See Also

ISearchResult Interface | Plumtree.Remote.PRC.Search Namespace