SortFlags values specifying the type of sort to perform
Remarks
The following sortFlags are supported: dtsSortByWord, and dtsSortByDocCount. Use dtsSortAscending to specify ascending order. Otherwise the sort will be in descending order.
Sort() only works with ListFieldValues and ListMatchingWords.