Click or drag to resize

NewsItemDetailsTemplateExtender Class

Provides an ability to extend news item template.
Inheritance Hierarchy
SystemObject
  Dynamicweb.News.ExtensibilityTemplateExtender
    Dynamicweb.News.ExtensibilityNewsItemDetailsTemplateExtender

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

The NewsItemDetailsTemplateExtender type exposes the following members.

Constructors
  NameDescription
Public methodNewsItemDetailsTemplateExtender
Initializes a new instance of the NewsItemDetailsTemplateExtender class
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the news item being rendered.
Public propertyRenderer
Gets or sets an instance of renderer used to generate module output.
(Inherited from TemplateExtender.)
Top
Methods
  NameDescription
Public methodExtendTemplate
Extends specified template.
(Inherited from TemplateExtender.)
Top
Remarks