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: 9.0.0
Syntax
C#
public class EProductReminder : ITask

The EProductReminder type exposes the following members.

Constructors
  NameDescription
Public methodEProductReminder
Top
Methods
  NameDescription
Public methodExecute
Executes the task.
Top
See Also