Click or drag to resize

NewsList Constructor

Initializes a new instance of the NewsList class.

Namespace:  Dynamicweb.News.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public NewsList(
	Renderer renderer,
	CommonAction action
)

Parameters

renderer
Type: Dynamicweb.News.FrontendRenderer
The renderer.
action
Type: Dynamicweb.News.FrontendCommonAction
The frontend action.
See Also