Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IPortalSearchRequest.SetResultsOrderBy Method 

Orders the results by the specified Field.

void SetResultsOrderBy(
   Field field
);

Parameters

field
The Field by which to order results.

Remarks

If Field is not a numeric or date field, the results will be returned in rank order.

See Also

IPortalSearchRequest Interface | Plumtree.Remote.PRC.Search Namespace