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!

Class RemoveExpiredCartsJob

This class is intended to be used internally by EPiServer. We do not support any backward compatibility on this. Scheduled job that removes carts older than 30 days (or configured value).

Inheritance
System.Object
RemoveExpiredCartsJob
Namespace: EPiServer.Business.Commerce.ScheduledJobs
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public class RemoveExpiredCartsJob : ScheduledJobBase

Constructors

RemoveExpiredCartsJob()

Declaration
public RemoveExpiredCartsJob()

Methods

Execute()

Executes this instance.

Declaration
public override string Execute()
Returns
Type Description
System.String

A string with result message of the scheduled job.

Remarks

This job will remove expired carts from system.