ConsoleDataSource constructor (ConsoleNode)
Initializes a new instance of the ConsoleDataSource object.
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.ConsoleNodeA ConsoleNode that specifies the root of the tree being represented.