Class AssortmentItemBuilderScheduledTaskAddIn
- 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
trueif 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
trueif this instance is installed; otherwise,false.
Run()
Runs the task.
public override bool Run()
Returns
- bool
trueif executions succeeded;falseotherwise.