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

For information on the ordering of the collection, see the ComponentSortOrder property.


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

Syntax

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

Remarks

See Also