ConsoleNode constructor (ConsoleNode)
Initializes a new instance of a ConsoleNode object that has a parent node.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
nodeParent As ConsoleNode _
)
'Usage
Dim nodeParent As ConsoleNode
Dim instance As New ConsoleNode(nodeParent)
public ConsoleNode(
ConsoleNode nodeParent
)
Parameters
nodeParent
Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeThe parent of this ConsoleNode.