SaaS CMS has officially launched! Learn more now.

Interface ITruncateRestriction

Provides a restriction for the truncation of old activities.

Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 11.20.7
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