DotNetNuke.UI.WebControls.DNNNodeCollection

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

Syntax

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

Parameters

RootNamespace
Type: System..::..String
paramRootNamespaceM:DotNetNuke.UI.WebControls.DNNNodeCollection.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})
JSONDict
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, Object>)>)>
paramJSONDictM:DotNetNuke.UI.WebControls.DNNNodeCollection.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})

See Also