Click or drag to resize

Renderer Constructor

Initializes a new instance of the Renderer class.

Namespace:  Dynamicweb.News.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public Renderer(
	PageView pageview,
	Properties properties,
	int paragraphId
)

Parameters

pageview
Type: Dynamicweb.FrontendPageView
The frontend page view.
properties
Type: Dynamicweb.ModulesProperties
The module properties.
paragraphId
Type: SystemInt32
The paragraph ID.
See Also