Click or drag to resize
EProductReminder Class
Provides an ITask interface to send notifications to users about their expiring e-product downloads. If started as global scheduled task, it sends notifications about expiring e-products on all sites.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceEProductReminder

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public class EProductReminder : ITask

The EProductReminder type exposes the following members.

Constructors
  NameDescription
Public methodEProductReminder
Top
Properties
  NameDescription
Protected propertyEmailTemplateInfoProvider
Gets the provider for EmailTemplateInfo management.
Protected propertyOrderItemInfoProvider
Gets the provider for OrderItemInfo management.
Top
Methods
  NameDescription
Public methodExecute
Executes the task.
Top
See Also