.

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


DocUNID property
Example

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