CreateCDATASectionNode (NotesDOMDocumentNode - LotusScript®)
Creates a CDATA section node.
Defined in
Syntax
Set notesDOMCDATASectionNode = notesDOMDocumentNode .CreateCDATASectionNode( cdataSection )
Parameters
cdataSection
String. The data for the NotesDOMCDATASectionNode contents.
Return value
notesDOMCDATASectionNode
The new NotesDOMCDATASectionNode object.