| RendererRenderNews Method |
Renders the news.
Namespace:
Dynamicweb.News.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public void RenderNews(
NewsItem item,
NewsCategory category,
CustomFieldCollection generalList,
CustomFieldCollection specificList,
TemplateClass templateClass,
Template template
)
Public Sub RenderNews (
item As NewsItem,
category As NewsCategory,
generalList As CustomFieldCollection,
specificList As CustomFieldCollection,
templateClass As TemplateClass,
template As Template
)
Parameters
- item
- Type: Dynamicweb.NewsNewsItem
The news item. - category
- Type: Dynamicweb.NewsNewsCategory
The news category. - generalList
- Type: Dynamicweb.News.CommonCustomFieldCollection
The general custom fields list. - specificList
- Type: Dynamicweb.News.CommonCustomFieldCollection
The specific custom fields list. - templateClass
- Type: Dynamicweb.NewsTemplateClass
The template data. - template
- Type: Dynamicweb.RenderingTemplate
The template.
See Also