The Document object designated as the parent in a component relationship. The setting for the CompoundDocumentState property on this parent Document object must be COMPOUND_DOCUMENT. Also, you must have link rights (AccessRight.LINK) 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

See Also