A
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
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
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
Metadata
AllowsDefaultChange: false
Cardinality: ENUM
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: Document
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ