Interface ITruncateRestriction
Provides a restriction for the truncation of old activities.
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface ITruncateRestriction
Properties
ActivityDate
Gets the date and time of the last activity that should be preserved when truncating old activities.
Declaration
Nullable<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
Nullable<long> ActivityId { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |