Class RemovedExpiredCartsJob
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
RemovedExpiredCartsJob
Namespace: EPiServer.Business.Commerce.ScheduledJobs
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public class RemovedExpiredCartsJob : ScheduledJobBase
Constructors
RemovedExpiredCartsJob()
Declaration
public RemovedExpiredCartsJob()
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.