London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ITruncateRestriction

Provides a restriction for the truncation of old activities.

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

Properties

ActivityDate

Gets the date and time of the last activity that should be preserved when truncating old activities.

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 old activities are being truncated.

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

Extension Methods