Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum ReadDirection

The direction to read the change log in

Namespace: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Obsolete("The ChangeLog has been replaced by the Activity API.")]
public enum ReadDirection

Fields

Name Description
Backwards

Read backwards (newest to oldest)

Forwards

Read forwards (oldest to newest)

Extension Methods