Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.16 KB

xmlelement-create-string-string-method.md

File metadata and controls

43 lines (35 loc) · 1.16 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlElement.Create(Text, Text) Method
Creates an XmlElement node.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlElement.Create(Text, Text) Method

Version: Available or changed with runtime version 1.0.

Creates an XmlElement node.

Syntax

XmlElement :=   XmlElement.Create(LocalName: Text, NamespaceUri: Text)

Parameters

LocalName
 Type: Text
The local name of the element to create.

NamespaceUri
 Type: Text
The namespace URI of the element to create.

Return Value

XmlElement
 Type: XmlElement
The created XmlElement node.

See Also

XmlElement Data Type
Get Started with AL
Developing Extensions