Click or drag to resize

RendererRenderNotify Method

Renders the news notify.

Namespace:  Dynamicweb.News.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public void RenderNotify(
	NewsItem item,
	TemplateClass templateClass,
	Template template
)

Parameters

item
Type: Dynamicweb.NewsNewsItem
The news item.
templateClass
Type: Dynamicweb.NewsTemplateClass
The teplate data.
template
Type: Dynamicweb.RenderingTemplate
The template.
See Also