Table of Contents

Class RelatedProductListManager

Namespace
Dynamicweb.Ecommerce.Extensibility.Provider
Assembly
Dynamicweb.Ecommerce.dll

The class RelatedProductListManager represents service used for rendering related products.

public class RelatedProductListManager
Inheritance
RelatedProductListManager
Inherited Members

Methods

GetCollection(RelatedProductListProviderEventArgs, string)

Gets the collection.

public static ProductCollection GetCollection(RelatedProductListProviderEventArgs eventArgs, string loopName)

Parameters

eventArgs RelatedProductListProviderEventArgs

The RelatedProductListProviderEventArgs instance containing the event data.

loopName string

Name of the loop.

Returns

ProductCollection

ProductCollection.

GetLoopNames()

Gets the loop names.

public static List<string> GetLoopNames()

Returns

List<string>

List(Of System.String).

To top