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
settingsIntegrationCustomerCenterSettings- The integration settings.
 pageSettingsIntegrationCustomerCenterPageSettings- The integration page settings.
 paragraphIdint- 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()