XDocument.AsXmlArray Method | |
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
public static Array AsXmlArray(
XmlNode oNode,
XDocument oFoundDoc
)
Request Example
View SourceParameters
- oNode
- Type: XmlNode
- oFoundDoc
- Type: XDocument
Return Value
Type:
ArraySee Also