XmlElement.Create(Text, Any,...) Method

Version: Available or changed with runtime version 1.0.

Creates an XmlElement node.

Syntax

XmlElement :=   XmlElement.Create(Name: Text, Content: Any,...)

Parameters

Name
 Type: Text
The fully qualified name 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.

See Also

XmlElement Data Type
Get Started with AL
Developing Extensions