.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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