Table of Contents

Class ProductListTemplateExtenderSample

Namespace
Dynamicweb.Ecommerce.Examples
Assembly
Dynamicweb.Ecommerce.Examples.dll
public class ProductListTemplateExtenderSample : ProductListTemplateExtender
Inheritance
ProductListTemplateExtenderSample
Inherited Members

Methods

ExtendTemplate(Template)

This is the method that is invoked when a template extender is found and instantiated. Override this method to manipulate the tags of the passed Template instance.
public override void ExtendTemplate(Template template)

Parameters

template Template
The Template instance with the template being extended.
To top