Table of Contents

Class Renderer

Namespace
Dynamicweb.Ecommerce.Integration.CustomerCenter
Assembly
Dynamicweb.Ecommerce.dll

The class Renderer represents integration content renderer.

public sealed class Renderer
Inheritance
Renderer
Inherited Members

Constructors

Renderer(ref IntegrationCustomerCenterSettings, ref IntegrationCustomerCenterPageSettings, int)

Initializes a new instance of the Renderer class.

public Renderer(ref IntegrationCustomerCenterSettings settings, ref IntegrationCustomerCenterPageSettings pageSettings, int paragraphId)

Parameters

settings IntegrationCustomerCenterSettings

The integration settings.

pageSettings IntegrationCustomerCenterPageSettings

The integration page settings.

paragraphId int

The paragraph identifier.

Methods

Output()

Gets the integration content.

public string Output()

Returns

string

The content.

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string containing the instance output.

To top