| Renderer Constructor |
Initializes a new instance of the
Renderer class
Namespace:
Dynamicweb.Forum
Assembly:
Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax public Renderer(
Properties properties,
int paragraphID
)
Public Sub New (
properties As Properties,
paragraphID As Integer
)
Parameters
- properties
- Type: Dynamicweb.ModulesProperties
- paragraphID
- Type: SystemInt32
See Also