CreateDocumentFragmentNode (NotesDOMDocumentNode - LotusScript®)

Creates an empty document fragment node.

Defined in

NotesDOMDocumentNode

Syntax

Set notesDOMDocumentFragmentNode = notesDOMDocumentNode .CreateDocumentFragmentNode( )

Return value

notesDOMDocumentFragmentNode

The new NotesDOMDocumentFragmentNode object.

Example