Click or drag to resize

ContentPageNode Constructor (PageTreeItem, Boolean)

Initializes a new instance of the ContentPageNode class.

Namespace:  Dynamicweb.Management.Content.Nodes
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
public ContentPageNode(
	PageTreeItem page,
	bool canCreatePages
)

Parameters

page
Type: Dynamicweb.Content.DataPageTreeItem
The page.
canCreatePages
Type: SystemBoolean
Determines whether pages can be created.
See Also