SaaS CMS has officially launched! Learn more now.

Enum ActivityOrder

The different types of ordering that an ActivityQuery can request.

Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 11.20.7
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