Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.08 KB

xmldocument-asxmlnode-method.md

File metadata and controls

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

XmlDocument.AsXmlNode() Method

Version: Available or changed with runtime version 1.0.

Converts the node to an XmlNode.

Syntax

XmlNode :=   XmlDocument.AsXmlNode()

Parameters

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

Return Value

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

See Also

XmlDocument Data Type
Get Started with AL
Developing Extensions