DotNetNuke.UI.WebControls.TreeNodeCollection

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

Syntax

C#
public TreeNodeCollection(
	string strXML,
	string strXSLFile,
	DnnTree objControl
)
Visual Basic
Public Sub New ( 
	strXML As String,
	strXSLFile As String,
	objControl As DnnTree
)

Parameters

strXML
Type: System..::..String
paramstrXMLM:DotNetNuke.UI.WebControls.TreeNodeCollection.#ctor(System.String,System.String,DotNetNuke.UI.WebControls.DnnTree)
strXSLFile
Type: System..::..String
paramstrXSLFileM:DotNetNuke.UI.WebControls.TreeNodeCollection.#ctor(System.String,System.String,DotNetNuke.UI.WebControls.DnnTree)
objControl
Type: DotNetNuke.UI.WebControls..::..DnnTree
paramobjControlM:DotNetNuke.UI.WebControls.TreeNodeCollection.#ctor(System.String,System.String,DotNetNuke.UI.WebControls.DnnTree)

See Also