SaaS CMS has officially launched! Learn more now.

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