A
collection object that contains the parent
objects bound to this child document. The collection contains only those parent documents for which the user has read access. For each
object that references this document as the child component document, the collection contains the parent component document. The same parent document can be in the collection more than once.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property ParentDocuments As IDocumentSet |
C# |
---|
IDocumentSet ParentDocuments { get; } |
C++ |
---|
property IDocumentSet ParentDocuments abstract { IDocumentSet get(); } |
J# |
---|
/** property */ public IDocumentSet get_ParentDocuments(); |
JScript |
---|
public function get ParentDocuments() : 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