Click or drag to resize

RendererRenderCustomList Method

Renders the news custom fields list.

Namespace:  Dynamicweb.News.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public void RenderCustomList(
	Template template,
	IList list
)

Parameters

template
Type: Dynamicweb.RenderingTemplate
The template.
list
Type: System.CollectionsIList
The news custom fields list.
See Also