Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Enum SortOrder

The sort order to present change log item read in

Namespace: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public enum SortOrder

Fields

Name Description
Ascending

Present in ascending order (oldest to newest)

Descending

Present in descending order (newest to oldest)

Extension Methods