ConsoleDataSource Constructor (ConsoleNode)
Initializes a new instance of an ConsoleDataSource class using the specified ConsoleNode object as the root.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
rootTreeNode As ConsoleNode _
)
'Usage
Dim rootTreeNode As ConsoleNode
Dim instance As New ConsoleDataSource(rootTreeNode)
public ConsoleDataSource(
ConsoleNode rootTreeNode
)
Parameters
- rootTreeNode
Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNode
The root ConsoleNode object.