Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.39 KB

xmlelement-getdescendantelements-string-method.md

File metadata and controls

43 lines (35 loc) · 1.39 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlElement.GetDescendantElements(Text) Method
Gets a list containing the descendant elements for this element, in document order.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlElement.GetDescendantElements(Text) Method

Version: Available or changed with runtime version 1.0.

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

Syntax

DescendantElements :=   XmlElement.GetDescendantElements(Name: Text)

Parameters

XmlElement
 Type: XmlElement
An instance of the XmlElement 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 element, in document order.

See Also

XmlElement Data Type
Get Started with AL
Developing Extensions