The
object designated as the parent in a component relationship. The setting for the
property on this parent
object must be
. Also, you must have link rights (
) on the document.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ParentComponent As IDocument |
C# |
---|
IDocument ParentComponent { get; set; } |
C++ |
---|
property IDocument ParentComponent abstract { IDocument get(); void set(IDocument value); } |
J# |
---|
/** property */ public IDocument get_ParentComponent(); /** property */ public void set_ParentComponent(IDocument value); |
JScript |
---|
public function get ParentComponent() : IDocument public function set ParentComponent(value : IDocument); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: ChildRelationships
RequiredClass: Document
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: LINK