DotNetNuke.UI.WebControls.DNNNodeCollection

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

Syntax

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

Parameters

strXML
Type: System..::..String
paramstrXMLM:DotNetNuke.UI.WebControls.DNNNodeCollection.#ctor(System.String,System.String)
strXSLFile
Type: System..::..String
paramstrXSLFileM:DotNetNuke.UI.WebControls.DNNNodeCollection.#ctor(System.String,System.String)

See Also