HtmlNodeCloneNode Method (String) | 
 
            Creates a duplicate of the node and changes its name at the same time.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic HtmlNode CloneNode(
	string newName
)
Public Function CloneNode ( 
	newName As String
) As HtmlNode
Parameters
- newName
 - Type: SystemString
The new name of the cloned node. May not be null. 
Return Value
Type: 
HtmlNodeThe cloned node.
See Also