Creates a CDATA section node.
NotesDOMDocumentNode
Set notesDOMCDATASectionNode = notesDOMDocumentNode .CreateCDATASectionNode( cdataSection )
cdataSection
String. The data for the NotesDOMCDATASectionNode contents.
notesDOMCDATASectionNode
The new NotesDOMCDATASectionNode object.
Example