Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.14 KB

xmlnode-asxmlelement-method.md

File metadata and controls

38 lines (32 loc) · 1.14 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlNode.AsXmlElement() Method
Converts the node to an XmlElement node.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlNode.AsXmlElement() Method

Version: Available or changed with runtime version 1.0.

Converts the node to an XmlElement node. The operation will fail if the node is not an XmlElement.

Syntax

XmlElement :=   XmlNode.AsXmlElement()

Parameters

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

Return Value

XmlElement
 Type: XmlElement
An XmlElement value that references the current XmlNode.

See Also

XmlNode Data Type
Get Started with AL
Developing Extensions