Sort by user-defined field (deprecated, use dtsSortByField).
dtsSortByIndex
Sort by index retrieved from.
dtsSortByType
Sort by file type.
dtsSortByTitle
Sort by file title.
dtsSortByLocation
Sort by the path of the file.
dtsSortByTime
Sort by modification time, ignoring the date.
dtsSortBySortKey
Sort by caller-specified sort key (use setSortKey for each item to specify the key).
dtsSortCaseInsensitive
Make string comparisons in the sort case-insensitive.
dtsSortNumeric
Interpret sort values as numbers instead of text. This would cause "20" to be considered greater than "9". The sort key will be a signed, 32-bit integer.
dtsSortPdfUseTitleAsName
When sorting by filename, use the PDF Title as the filename for PDF files.
dtsSortHtmlUseTitleAsName
When sorting by filename, use the HTML Title as the filename for HTML files.
dtsSortFloatNumeric
Sort by the floating point numeric value of a field instead of its string value.
dtsSortCleanText
Remove some leading punctuation or white space from sort value before sorting. Also removes "re:", "fw:", and "fwd:".