A DocumentSet collection object containing the Document objects contained within this folder.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also