System::Xml::XmlDocument::ImportNode method

XmlDocument::ImportNode method

Imports a node from another document to the current document.

virtual SharedPtr<XmlNode> System::Xml::XmlDocument::ImportNode(SharedPtr<XmlNode> node, bool deep)
ParameterTypeDescription
nodeSharedPtr<XmlNode>The node being imported.
deepbooltrue to perform a deep clone; otherwise, false.

ReturnValue

The imported XmlNode.

See Also