This property applies when the
,
, or
. For all other component relationship types the value of this property is
. For a URI component relationship type, you designate the child component by setting the
For a
object whose relationship type is
, set the value of this property to the specific document version to bind to the parent component document.
For a
object whose relationship type is
, some version of the child document must be eligible-for-binding; otherwise, calling the
method on the
object throws an exception. For example, a major version of the document must exist when the version bind rule specifies only major versions can be bound. For information on the version bind rule, see the
method, the
property is automatically updated to reflect the actual document version bound.
For a
object whose relationship type is
, no version of the child document need be eligible-for-binding. When you call the
method, the value of the
property is automatically updated to
or to the actual document version bound. This bound version is the most recent version of the child document satisfying the version bind rule that has a
property value matching the
property value. For more information on document binding, see the
property. Note that, when the
property value has been updated to
, you can still determine the child document for this relationship by using the
property.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ChildComponent As IDocument |
C# |
---|
IDocument ChildComponent { get; set; } |
C++ |
---|
property IDocument ChildComponent abstract { IDocument get(); void set(IDocument value); } |
J# |
---|
/** property */ public IDocument get_ChildComponent(); /** property */ public void set_ChildComponent(IDocument value); |
JScript |
---|
public function get ChildComponent() : IDocument public function set ChildComponent(value : IDocument); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: ParentRelationships
RequiredClass: Document
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ