Skip to main content
Version: v0.18.0

ItemSortOrder

Selects the method of sorting a set of items

NameSummary
PositionDefault sort order (fastest). Sorts by position within the evidence tree. Sorts as documented in ItemUtility.sortItemsByPosition(Collection).
TopLevelItemDateSorts families by top-level item date and then sorts each individual family into position within the evidence tree. Sorts as documented in ItemUtility.sortItemsByTopLevelItemDate(Collection).
TopLevelItemDateDescendingSorts families descending by top-level item date and then sorts each individual family into position within the evidence tree. Sorts as documented in ItemUtility.sortItemsByTopLevelItemDateDescending(Collection).
DocumentIdSorts items based on their document IDs for the production set. Only valid when reordering production sets.