setAscending

format

void setAscending(boolean value)

description

Instructs the search to order results in ascending or descending order. By default, results are returned in descending order.

parameters

value - set this to TRUE to sort search results in ascending order

returns

nothing (void)

throws

The setAscending() method does not throw any exceptions.