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)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also