DotNetNuke.UI.WebControls.XmlCollectionBase

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

Syntax

C#
public XmlCollectionBase(
	string strNamespace,
	DnnTree objTreeControl
)
Visual Basic
Public Sub New ( 
	strNamespace As String,
	objTreeControl As DnnTree
)

Parameters

strNamespace
Type: System..::..String
paramstrNamespaceM:DotNetNuke.UI.WebControls.XmlCollectionBase.#ctor(System.String,DotNetNuke.UI.WebControls.DnnTree)
objTreeControl
Type: DotNetNuke.UI.WebControls..::..DnnTree
paramobjTreeControlM:DotNetNuke.UI.WebControls.XmlCollectionBase.#ctor(System.String,DotNetNuke.UI.WebControls.DnnTree)

See Also