A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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