Dynamicweb 8 Documentation
RelatedProductListProvider Class
Members  Example 

Represents a base class that needs to be implemented to renders custom product lists, either related to the current product, list, group or search ect.
Syntax
'Declaration
 
Public MustInherit Class RelatedProductListProvider 
public abstract class RelatedProductListProvider 
Example
Write a custom product list - Loop tag.
using Dynamicweb.eCommerce.Products;

namespace MyNameSpace
{
 
       public class MyProductListProvider : RelatedProductListProvider
       {
              public ProductCollection GetCollection()
              {
                 return null;
              }
       }
}
Inheritance Hierarchy

System.Object
   Dynamicweb.Extensibility.Provider.RelatedProductListProvider

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RelatedProductListProvider Members
Dynamicweb.Extensibility.Provider Namespace

Send Feedback