Click or drag to resize

ContentAreaActionNode Constructor

Initializes a new instance of the ContentAreaActionNode class.

Namespace:  Dynamicweb.Management.Content.Nodes
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
public ContentAreaActionNode(
	string areaId,
	string title
)

Parameters

areaId
Type: SystemString
The area identifier.
title
Type: SystemString
The title.
See Also