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.3Syntax
public sealed class ActivityOrder : EnumFields
AsRecorded
Indicates that activities should be returned in the order that they were recorded, i.e. oldest to newest
Declaration
public const ActivityOrder AsRecordedField 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 LatestFirstField Value
| Type | Description | 
|---|---|
| ActivityOrder | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
