LOTUSSCRIPT/COM/OLE CLASSES


CreateCDATASectionNode method
Example

Creates a CDATA section node.

Defined in

NotesDOMDocumentNode

Syntax

Set notesDOMCDATASectionNode = notesDOMDocumentNode.CreateCDATASectionNode( cdataSection )

Parameters

cdataSection


Return value

notesDOMCDATASectionNode


Example