Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Version: Available or changed with runtime version 1.0.
Creates an XmlElement node.
Syntax
XmlElement := XmlElement.Create(LocalName: Text, NamespaceUri: Text, Content: Any,...)
Parameters
LocalName
Type: Text
The local name of the element to create.
NamespaceUri
Type: Text
The namespace URI of the element to create.
Content
Type: Any
The content to add to the element to create.
Return Value
XmlElement
Type: XmlElement
The created XmlElement node.
Related information
XmlElement Data Type
Get Started with AL
Developing Extensions