.

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

JAVA/CORBA CLASSES


ParentDocumentUNID property
Example

Read-only. The universal ID of a document's parent, if the document is a response. Returns an empty string if a document doesn't have a parent.

Defined in

Document

Data type

String

Syntax

public String getParentDocumentUNID()
   throws NotesException

Usage

When used in conjunction with getDocumentByUNID in Database, this property allows you to get the parent document for any document.

For more information on universal IDs, see the getUniversalID.

Language cross-reference

ParentDocumentUNID property in LotusScript NotesDocument class

@InheritedDocumentUniqueID function in formula language

Example
See Also