Skip to main content

DocUNID (NotesRichTextDocLink - LotusScript)

Read-write. Universal ID of the target document.

Defined in

NotesRichTextDocLink

Data type

String

Syntax

To get: unid$ = notesRichTextDocLink .DocUNID

To set: notesRichTextDocLink .DocUNID = unid$

Usage

If the doclink does not target a document, this property is 32 zeros.

Example