Expand Minimize
This topic has not yet been rated - Rate this topic

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

Windows.Data.Xml.Dom
Windows::Data::Xml::Dom [C++]

Metadata

Windows.winmd

See also

XmlDocument

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.