Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.12 KB

xmldocumenttype-asxmlnode-method.md

File metadata and controls

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

XmlDocumentType.AsXmlNode() Method

Version: Available or changed with runtime version 1.0.

Converts the node to an XmlNode.

Syntax

XmlNode :=   XmlDocumentType.AsXmlNode()

Parameters

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

Return Value

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

See Also

XmlDocumentType Data Type
Get Started with AL
Developing Extensions