Click or drag to resize

ContentAreaNode Constructor (Area, Boolean)

Initializes a new instance of the ContentAreaNode class.

Namespace:  Dynamicweb.Management.Content.Nodes
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
public ContentAreaNode(
	Area area,
	bool canCreatePages
)

Parameters

area
Type: Dynamicweb.ContentArea
The area.
canCreatePages
Type: SystemBoolean
Determines whether pages can be created.
See Also