Click or drag to resize

ModuleOutputTemplateExtender Class

Provides an ability to track the rendering process of the News V2 module.
Inheritance Hierarchy
SystemObject
  Dynamicweb.News.ExtensibilityTemplateExtender
    Dynamicweb.News.ExtensibilityModuleOutputTemplateExtender

Namespace:  Dynamicweb.News.Extensibility
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class ModuleOutputTemplateExtender : TemplateExtender

The ModuleOutputTemplateExtender type exposes the following members.

Constructors
  NameDescription
Public methodModuleOutputTemplateExtender
Initializes a new instance of the ModuleOutputTemplateExtender class
Top
Properties
  NameDescription
Public propertyRenderer
Gets or sets an instance of renderer used to generate module output.
(Inherited from TemplateExtender.)
Public propertyState
Gets or sets the rendering state.
Top
Methods
  NameDescription
Public methodExtendTemplate
Extends specified template.
(Inherited from TemplateExtender.)
Top
Remarks