INodeCollectionAppend Method  | 
 
                Appends a node as the last item of the collection. The new node could be an existing node in the document,
                or a new node. If the node is existing node, it will be moved to new location
                in the document.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntaxbool Append(
	INode node
)
Parameters
- node
 - Type: DotNetBrowser.DomINode
the node to append. 
Return Value
Type: 
Booleantrue if the node was successfully appended, 
false otherwise.
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | The node is null. | 
| ObjectDisposedException | The INode has already been disposed. | 
See Also