Clone (NotesDOMNode - LotusScript®)
Returns a duplicate of this node.
Defined in
Syntax
Set notesDOMNode = notesDOMNode .Clone( deepClone )
Parameters
deepClone
Boolean. Read-only.
- True, recursively clone the subtree under the specified node
- False, clone only the node itself
Return value
notesDOMNode
The duplicate node.