Specifies a DocumentSet collection object that contains all of the publication documents to which this document is the owner document.


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

Syntax

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

Remarks

See Also