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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ParentDocuments As IDocumentSet
C#
IDocumentSet ParentDocuments { get; }
Visual C++
property IDocumentSet^ ParentDocuments {
	IDocumentSet^ get ();
}
JavaScript
function get_parentDocuments();

ToggleRemarks

ToggleSee Also