A DocumentSet collection object that contains the parent Document objects bound to this child document. The collection contains only those parent documents for which the user has read access. For each ComponentRelationship object that references this document as the child component document, the collection contains the parent component document. The same parent document can be in the collection more than once.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property ParentDocuments As IDocumentSet
C#
IDocumentSet ParentDocuments { get; }
C++
property IDocumentSet ParentDocuments abstract  {
    IDocumentSet get();
}
J#
/** property */
public IDocumentSet get_ParentDocuments();
JScript
public function get ParentDocuments() : IDocumentSet

Remarks

See Also