| HtmlNodeCloneNode Method (Boolean) | 
            Creates a duplicate of the node.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic HtmlNode CloneNode(
	bool deep
)
Public Function CloneNode ( 
	deep As Boolean
) As HtmlNode
Parameters
- deep
 - Type: SystemBoolean
true to recursively clone the subtree under the specified node; false to clone only the node itself. 
Return Value
Type: 
HtmlNodeThe cloned node.
See Also