LOTUSSCRIPT/COM/OLE CLASSES


Document property
Example

Read-only. The document that is the resource link for an outline entry, or null. You create a document resource link by performing a Copy as document link operation on a document and pasting it as the resource for an outline entry.

Defined in

NotesOutlineEntry

Data type

NotesDocument

Syntax

To get: Set notesDocument = notesOutlineEntry.Document

Usage

This property applies if the outline entry Type property is OUTLINE_TYPE_NOTELINK and the EntryClass property is OUTLINE_CLASS_DOCUMENT.

Language cross-reference

Document in Java OutlineEntry class

Example
See Also