Table of Contents

Class AssortmentItemBuilderScheduledTaskAddIn

Namespace
Dynamicweb.Ecommerce.Assortments.ScheduledTaskAddIns
Assembly
Dynamicweb.Ecommerce.dll

AssortmentItemBuilderScheduledTaskAddIn class. A scheduled task data provider that builds AssortmentItems based on assortment setup.

[AddInName("Extensibility.ScheduledTaskAddIns.AssortmentItemsProvider")]
[AddInLabel("Build Ecommerce Assortment Items")]
[AddInDescription("Builds/Rebuilds item collections for Ecommerce assortments")]
public class AssortmentItemBuilderScheduledTaskAddIn : BaseScheduledTaskAddIn
Inheritance
AssortmentItemBuilderScheduledTaskAddIn
Inherited Members

Properties

IsRunning

Determines whether this provider is running.

public static bool IsRunning { get; }

Property Value

bool

true if this instance is running; otherwise, false.

Methods

Install()

public static void Install()

IsInstalled()

Determines whether this provider is installed.

public static bool IsInstalled()

Returns

bool

true if this instance is installed; otherwise, false.

Run()

Runs the task.

public override bool Run()

Returns

bool

true if executions succeeded; false otherwise.

See Also

To top