LOTUSSCRIPT/COM/OLE CLASSES


ReplaceChild method
Replaces the specified oldChild node with the newChild node in the list of children, and returns the oldChild node.

Defined in

NotesDOMNode

Syntax

Set notesDOMNode = notesDOMNode.ReplaceChild( newChild, oldChild )

Parameters

newChild


oldChild
Return value

notesDOMNode