Click or drag to resize

XDocument.AsXmlArray Method

X#
Return the children of a node as a XPP specific XML array

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 STATIC METHOD AsXmlArray(
	oNode AS XmlNode,
	oFoundDoc AS XDocument
) AS ARRAY
Request Example View Source

Parameters

oNode
Type: XmlNode
oFoundDoc
Type: XDocument

Return Value

Type: Array
See Also