Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1018 Bytes

File metadata and controls

31 lines (25 loc) · 1018 Bytes
title description ms.author ms.date ms.topic author ms.reviewer
XmlNodeList Data Type
Represents a collection of XML nodes.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlNodeList Data Type

Version: Available or changed with runtime version 1.0.

Represents a collection of XML nodes.

Instance methods

The following methods are available on instances of the XmlNodeList data type.

Method name Description
Count() Gets the number of nodes in the XmlNodeList.
Get(Integer, var XmlNode) Gets a node at the given index.

See Also

Get Started with AL
Developing Extensions