| ContentAreaActionNode Constructor |
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
)
Public Sub New (
areaId As String,
title As String
)
Parameters
- areaId
- Type: SystemString
The area identifier. - title
- Type: SystemString
The title.
See Also