Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.53 KB

xmlelement-getdescendantelements-string-string-method.md

File metadata and controls

47 lines (38 loc) · 1.53 KB
title description ms.author ms.date ms.tgt_pltfrm ms.topic author
XmlElement.GetDescendantElements(Text, Text) Method
Gets a list containing the descendant elements for this element, in document order.
solsen
02/26/2024
na
reference
SusanneWindfeldPedersen

XmlElement.GetDescendantElements(Text, 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(LocalName: Text, NamespaceUri: Text)

Parameters

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

LocalName
 Type: Text
The local name of the elements to retrieve.

NamespaceUri
 Type: Text
The namespace URI 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