  | 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
Syntaxpublic Renderer(
	PageView pageview,
	Properties properties,
	int paragraphId
)
Public Sub New ( 
	pageview As PageView,
	properties As Properties,
	paragraphId As Integer
)
Parameters
- pageview
 - Type: Dynamicweb.FrontendPageView
The frontend page view. - properties
 - Type: Dynamicweb.ModulesProperties
The module properties. - paragraphId
 - Type: SystemInt32
The paragraph ID. 
See Also