Class Ecommerce.Assortment.AssortmentsBuildFinishedArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Provides information about assortments that were build.
public class Ecommerce.Assortment.AssortmentsBuildFinishedArgs : NotificationArgs
- Inheritance
-
Ecommerce.Assortment.AssortmentsBuildFinishedArgs
- Inherited Members
Remarks
The passed NotificationArgs is Ecommerce.Assortment.AssortmentsBuildFinishedArgs
Constructors
AssortmentsBuildFinishedArgs(AssortmentCollection, AssortmentCollection)
Initializes a new instance of the Ecommerce.Assortment.AssortmentsBuildFinishedArgs class.
public AssortmentsBuildFinishedArgs(AssortmentCollection assortmentsForBuild, AssortmentCollection failedAssortments)
Parameters
assortmentsForBuild
AssortmentCollection- The assortments collection to be rebuild.
failedAssortments
AssortmentCollection- The assortments collection that failed during rebuild.
- See Also
Properties
AssortmentsForBuild
Gets the all assortments collection to be build.
public AssortmentCollection AssortmentsForBuild { get; }
Property Value
- AssortmentCollection
- The assortments for build.
- See Also
FailedAssortments
Gets the failed assortments collection during build.
public AssortmentCollection FailedAssortments { get; }
Property Value
- AssortmentCollection
- The failed assortments.
- See Also