| HtmlNodeAppendChild Method  | 
            Adds the specified node to the end of the list of children of this node.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic HtmlNode AppendChild(
	HtmlNode newChild
)
Public Function AppendChild ( 
	newChild As HtmlNode
) As HtmlNode
Parameters
- newChild
 - Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
The node to add. May not be null. 
Return Value
Type: 
HtmlNodeThe node added.
See Also