Skip to content
ActivitySessionSortEnum

Sort order for an activity-session connection. startAsc returns the earliest sessions first (the default); startDesc returns the most recent first — useful for "newest at the top" views. createdAsc / createdDesc order by when the row was created instead of when the session starts — on session connections that's the session's creation time; on registration connections it's the registration's booking time.

Values

  • startAsc
  • startDesc
  • createdAsc
  • createdDesc

Used in

ActivitySessionSort