XmlDocument.CloneNode | cloneNode method
Clones a new node. This method is not applicable to this class.
Syntax
var iXmlNode = xmlDocument.cloneNode(deep);
Parameters
- deep
-
Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]
A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.
Return value
Type: IXmlNode
The newly created clone node.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
