Document.ImportNode

Document.ImportNode method

Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.

public Node ImportNode(Node importedNode, bool deep)
ParameterTypeDescription
importedNodeNodeThe imported node.
deepBooleanif set to true [deep].

Return Value

The Node.

See Also