A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface ITruncateRestriction

Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public interface ITruncateRestriction

Properties

ActivityDate

Gets the date and time of the last activity that should be preserved when truncating the change log.

Declaration
DateTime? ActivityDate { get; }
Property Value
Type Description
System.Nullable<System.DateTime>

ActivityId

Gets the id of the last Activity that should be preserved when the change log is being truncated.

Declaration
long? ActivityId { get; }
Property Value
Type Description
System.Nullable<System.Int64>

Extension Methods