London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum ActivityOrder

The different types of ordering that an ActivityQuery can request.

Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public enum ActivityOrder

Fields

Name Description
AsRecorded

Indicates that activities should be returned in the order that they were recorded, i.e. oldest to newest

LatestFirst

Indicates that the most recent activities recorded should be returned first, i.e. newest to oldest

Extension Methods