XmlDocument.Create(Any,...) Method
Version: Available or changed with runtime version 1.0.
Creates an XmlDocument.
Syntax
XmlDocument := XmlDocument.Create(Content: Any,...)
Parameters
Content
Type: Any
The content to add to this document.
Return Value
XmlDocument
Type: XmlDocument
The created XmlDocument node.
Related information
XmlDocument Data Type
Get Started with AL
Developing Extensions