Version: Available or changed with runtime version 1.0.
Gets a list containing the descendant elements for this document, in document order.
Syntax
DescendantElements :=   XmlDocument.GetDescendantElements(Name: Text)
Parameters
XmlDocument
 Type: XmlDocument
An instance of the XmlDocument data type.
Name
 Type: Text
The fully qualified name of the elements to retrieve.
Return Value
DescendantElements
 Type: XmlNodeList
A list containing the descendant elements for this document, in document order.
Related information
XmlDocument Data Type
Get Started with AL
Developing Extensions