XmlElement.GetDescendantNodes() Method

Version: Available or changed with runtime version 1.0.

Gets a list containing the descendant nodes for this element, in document order.

Syntax

DescendantNodes :=   XmlElement.GetDescendantNodes()

Parameters

XmlElement
 Type: XmlElement
An instance of the XmlElement data type.

Return Value

DescendantNodes
 Type: XmlNodeList
A list containing the descendant nodes for this element, in document order.

See Also

XmlElement Data Type
Get Started with AL
Developing Extensions