SaaS CMS has officially launched! Learn more now.

Class ActivityOrder

The different types of ordering that an ActivityQuery can request.

Inheritance
System.Object
ActivityOrder
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class ActivityOrder : Enum

Fields

AsRecorded

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

Declaration
public const ActivityOrder AsRecorded
Field Value
Type Description
ActivityOrder

LatestFirst

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

Declaration
public const ActivityOrder LatestFirst
Field Value
Type Description
ActivityOrder

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods