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


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

Syntax

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

Remarks

See Also