Table of Contents

Class Frontend

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll

Represents the frontend functions.

[AddInName("ecom_catalog")]
public class Frontend : ContentModule, IModule
Inheritance
Frontend
Implements
Inherited Members

Methods

GetModuleContent()

Gets the content.

public override OutputResult GetModuleContent()

Returns

OutputResult

The content.

InitializeModule(Paragraph, PageView)

Initializes the instance.

public override void InitializeModule(Paragraph renderingParagraph, PageView pageviewContext)

Parameters

renderingParagraph Paragraph

The paragraph creating the instance of this module

pageviewContext PageView

An instance of the current pageview being showed

Remarks

Used internally. Dynamicweb handles the initialization and this method should normally not be called

To top