SaaS CMS has officially launched! Learn more now.

Enum ActivityOrder

This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

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