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: 9.12.2Syntax
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 |