Fills Cluster collection from XmlNodeList

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Sub FromXML ( _
	_nodeList As XmlNodeList, _
	_collection As TreeNodeCollection _
)
C#
public void FromXML(
	XmlNodeList _nodeList,
	TreeNodeCollection _collection
)
Visual C++
public:
void FromXML(
	XmlNodeList^ _nodeList, 
	TreeNodeCollection^ _collection
)
JavaScript
function fromXML(_nodeList, _collection);

Parameters

_nodeList
Type: System.Xml..::.XmlNodeList
_collection
Type: System.Windows.Forms..::.TreeNodeCollection

See Also