book_indices_set_ascending_sort
Description:
[
Version ( replacement =
"BookIndices.set_ascending_sort" , since =
"3.50" ) ]
public void book_indices_set_ascending_sort (
BookIndicesUpdater self,
bool ascending_sort)
Sets whether the contacts are sorted in an ascending order; if not, then they are sorted in the descending order.
That influences what indexes the indices have set.
Parameters:
self |
an BookIndicesUpdater
|
ascending_sort |
the value to set
|