Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.22 KB

xmlelement-getchildnodes-method.md

File metadata and controls

38 lines (32 loc) · 1.22 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlElement.GetChildNodes() Method
Gets a list containing the child elements for this element, in document order.
solsen
08/26/2024
reference
SusanneWindfeldPedersen
solsen

XmlElement.GetChildNodes() Method

Version: Available or changed with runtime version 1.0.

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

Syntax

ChildNodes :=   XmlElement.GetChildNodes()

Parameters

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

Return Value

ChildNodes
 Type: XmlNodeList
A list containing the child elements for this element, in document order.

Related information

XmlElement Data Type
Get Started with AL
Developing Extensions