Table of Contents

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

productEmailNotificationService ProductEmailNotificationService

Properties

EnableLogging

[AddInParameter("Enable logging")]
[AddInParameterEditor(typeof(YesNoParameterEditor), "")]
public bool EnableLogging { get; set; }

Property Value

bool

Methods

Run()

Runs the task

public override bool Run()

Returns

bool
To top