DotNetNuke.UI.WebControls.TreeNodeCollection

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
public TreeNodeCollection(
	Dictionary<string, Object> JSONDict,
	DnnTree Tree
)
Visual Basic
Public Sub New ( 
	JSONDict As Dictionary(Of String, Object),
	Tree As DnnTree
)

Parameters

JSONDict
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, Object>)>)>
paramJSONDictM:DotNetNuke.UI.WebControls.TreeNodeCollection.#ctor(System.Collections.Generic.Dictionary{System.String,System.Object},DotNetNuke.UI.WebControls.DnnTree)
Tree
Type: DotNetNuke.UI.WebControls..::..DnnTree
paramTreeM:DotNetNuke.UI.WebControls.TreeNodeCollection.#ctor(System.Collections.Generic.Dictionary{System.String,System.Object},DotNetNuke.UI.WebControls.DnnTree)

See Also