Class ProductEmailNotificationScheduledTaskAddIn
- Namespace
- Dynamicweb.Ecommerce.Products.ScheduledTaskAddIns
- Assembly
- Dynamicweb.Ecommerce.dll
PIM email notifications AddIn
[AddInName("Extensibility.ScheduledTaskAddins.ProductEmailNotificationAddIn")]
[AddInLabel("Product Email Notifications AddIn")]
[AddInDescription("Sends PIM email notifications")]
[AddInIgnore(false)]
public sealed class ProductEmailNotificationScheduledTaskAddIn : BaseScheduledTaskAddIn
- Inheritance
-
ProductEmailNotificationScheduledTaskAddIn
- Inherited Members
Constructors
ProductEmailNotificationScheduledTaskAddIn(ProductEmailNotificationService)
PIM email notifications AddIn
public ProductEmailNotificationScheduledTaskAddIn(ProductEmailNotificationService productEmailNotificationService)
Parameters
productEmailNotificationServiceProductEmailNotificationService
Properties
EnableLogging
[AddInParameter("Enable logging")]
[AddInParameterEditor(typeof(YesNoParameterEditor), "")]
public bool EnableLogging { get; set; }
Property Value
Methods
Run()
Runs the task
public override bool Run()