Click or drag to resize

XmlSchemaManagerInsert Method

Inserts an existing child node into the collection of child nodes of the specified parent node.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool Insert(
	XElement parent,
	XElement child
)

Parameters

parent  XElement
The parent node
child  XElement
The child node

Return Value

Boolean
true, if the node has been inserted; false otherwise.
See Also