Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISearchResult.SetSearchResultList Method 

Sets the ISearchRecord array returned by the search.

void SetSearchResultList(
   ISearchRecord[] records
);

Parameters

records
The ISearchRecord array. Records cannot be null and cannot contain any null elements.

See Also

ISearchResult Interface | Plumtree.Remote.Search Namespace