LOTUSSCRIPT/COM/OLE CLASSES
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.
Language cross-reference
@DocumentUniqueID in the formula language
DocUNID property in Java RichTextDocLink class
Example See Also