SaaS CMS has officially launched! Learn more now.

Class ChangeLogDependency

Contains information of a dependency on the Change Log system

Inheritance
System.Object
ChangeLogDependency
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.ChangeLog
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Obsolete("The ChangeLog has been replaced by the Activity API. Replace ChangeLogDependency with ITruncateRestriction")]
public class ChangeLogDependency

Constructors

ChangeLogDependency()

Declaration
public ChangeLogDependency()

Fields

DisplayName

The localized name of the dependency to show in the EPiServer UI

Declaration
public string DisplayName
Field Value
Type Description
System.String

LowestDependentSequenceNumber

The sequence number of the lowest (oldest) Change Log item depended on This number can be used when truncating the log to ensure items depended on are not deleted

Declaration
public long? LowestDependentSequenceNumber
Field Value
Type Description
System.Nullable<System.Int64>

OldestDependentChangeDate

The date of the oldest Change Log item depended on This date can be used when truncating the log to ensure items depended on are not deleted

Declaration
public DateTime? OldestDependentChangeDate
Field Value
Type Description
System.Nullable<System.DateTime>

Extension Methods